[gtk/gtk-3-24] SidebarRow: Set ::no-show-all on end_icon_widget



commit ed57e564a97bf12590333e2c6ac8c979ea0d8b1f
Author: Daniel Boles <dboles src gmail com>
Date:   Sat Sep 22 19:57:59 2018 +0100

    SidebarRow: Set ::no-show-all on end_icon_widget
    
    All the other conditionally visible child widgets have this. Without it,
    it seems some cases can wrongly reveal it, with a nonsensical home icon.
    
    https://gitlab.gnome.org/GNOME/gtk/issues/1345

 gtk/ui/gtksidebarrow.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui
index 1fca7e8311..7735aa565c 100644
--- a/gtk/ui/gtksidebarrow.ui
+++ b/gtk/ui/gtksidebarrow.ui
@@ -45,6 +45,7 @@
                     <property name="hexpand">True</property>
                     <property name="halign">end</property>
                     <property name="valign">center</property>
+                    <property name="no-show-all">1</property>
                     <style>
                       <class name="sidebar-icon"/>
                     </style>


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