[libadwaita/wip/exalm/view-switcher-simple: 5/7] view-switcher-button: Make the stack non-homogeneous




commit 76a51dd8e317b7bd628b86933308da4b3841aa6a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Nov 26 18:54:19 2021 +0500

    view-switcher-button: Make the stack non-homogeneous
    
    Don't restrict height in wide mode.

 src/adw-view-switcher-button.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/adw-view-switcher-button.ui b/src/adw-view-switcher-button.ui
index acf13f44..ceeafaf0 100644
--- a/src/adw-view-switcher-button.ui
+++ b/src/adw-view-switcher-button.ui
@@ -9,8 +9,7 @@
     <child>
       <object class="GtkStack" id="stack">
         <property name="hhomogeneous">False</property>
-        <property name="transition-type">crossfade</property>
-        <property name="vhomogeneous">True</property>
+        <property name="vhomogeneous">False</property>
         <child>
           <object class="GtkBox" id="horizontal_box">
             <property name="halign">center</property>


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