[gnome-builder/wip/exalm/lists: 5/7] plugins/vcsui: Add .shadow-when-scroll to scrolled windows




commit 5070f63b689cec8f8611c222afe66eeeb7c5c5b6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 25 08:34:58 2022 +0400

    plugins/vcsui: Add .shadow-when-scroll to scrolled windows

 src/plugins/vcsui/gbp-vcsui-switcher-popover.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/plugins/vcsui/gbp-vcsui-switcher-popover.ui b/src/plugins/vcsui/gbp-vcsui-switcher-popover.ui
index 1ebddfdef..fc18ef80d 100644
--- a/src/plugins/vcsui/gbp-vcsui-switcher-popover.ui
+++ b/src/plugins/vcsui/gbp-vcsui-switcher-popover.ui
@@ -34,6 +34,9 @@
                     <property name="max-content-height">600</property>
                     <property name="min-content-width">300</property>
                     <property name="max-content-width">300</property>
+                    <style>
+                      <class name="shadow-when-scroll"/>
+                    </style>
                     <child>
                       <object class="GtkListView" id="branches_view">
                         <!--signal name="activate" handler="activate_branch_cb" swapped="true" 
object="GbpVcsuiSwitcherPopover"/-->
@@ -92,6 +95,9 @@
                     <property name="max-content-height">600</property>
                     <property name="min-content-width">300</property>
                     <property name="max-content-width">300</property>
+                    <style>
+                      <class name="shadow-when-scroll"/>
+                    </style>
                     <child>
                       <object class="GtkListView" id="tags_view">
                         <!--signal name="activate" handler="activate_tag_cb" swapped="true" 
object="GbpVcsuiSwitcherPopover"/-->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]