[libhandy/wip/exalm/viewswitchertitle] view-switcher-title: Set noshow-all=true where appropriate



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

    view-switcher-title: Set noshow-all=true where appropriate
    
    Prevent show_all() from causing glitches.

 src/hdy-view-switcher-title.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/hdy-view-switcher-title.ui b/src/hdy-view-switcher-title.ui
index 7c7321e8..8835cb60 100644
--- a/src/hdy-view-switcher-title.ui
+++ b/src/hdy-view-switcher-title.ui
@@ -26,6 +26,7 @@
         <property name="wrap">False</property>
         <property name="single-line-mode">True</property>
         <property name="visible">True</property>
+        <property name="no-show-all">True</property>
         <style>
           <class name="subtitle"/>
         </style>
@@ -58,6 +59,7 @@
                 <property name="single-line-mode">True</property>
                 <property name="visible">True</property>
                 <property name="width-chars">5</property>
+                <property name="no-show-all">True</property>
                 <style>
                   <class name="title"/>
                 </style>
@@ -70,6 +72,7 @@
                 <property name="wrap">False</property>
                 <property name="single-line-mode">True</property>
                 <property name="visible">True</property>
+                <property name="no-show-all">True</property>
                 <style>
                   <class name="subtitle"/>
                 </style>


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