[libhandy/wip/exalm/viewswitchertitle: 21/21] view-switcher-title: Set no-show-all=true on the squeezer



commit a9b3ca9387ac831f838b98fb42acaaf8aadce90d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat May 23 04:22:51 2020 +0500

    view-switcher-title: Set no-show-all=true on the squeezer
    
    Prevent show_all() from causing glitches.
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 src/hdy-view-switcher-title.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/hdy-view-switcher-title.ui b/src/hdy-view-switcher-title.ui
index 7c7321e8..b8425446 100644
--- a/src/hdy-view-switcher-title.ui
+++ b/src/hdy-view-switcher-title.ui
@@ -37,6 +37,7 @@
       <object class="HdySqueezer" id="squeezer">
         <property name="transition-type">crossfade</property>
         <property name="visible">True</property>
+        <property name="no-show-all">True</property>
         <signal name="notify::visible-child" handler="notify_squeezer_visible_child_cb" swapped="yes"/>
         <child>
           <object class="HdyViewSwitcher" id="view_switcher">


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