[gnome-boxes/gnome-3-12] app-window: Make stacks, homogeneous



commit 3c50589bdc6f1e8b6bdb19c695bb2bfa6b099d59
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 26 00:01:37 2014 +0000

    app-window: Make stacks, homogeneous
    
    This is so that Boxes window doesn't suddenly grow back on its own
    after user has put it in a particular size.
    
    Turns out that I was wrong in commit
    fc218e0904c6cac39de46e2f4138a3739b7e54d7, where I assumed the opposite.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720908

 data/ui/app-window.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/app-window.ui b/data/ui/app-window.ui
index c8a6588..059df8b 100644
--- a/data/ui/app-window.ui
+++ b/data/ui/app-window.ui
@@ -76,7 +76,7 @@
             <child>
               <object class="GtkStack" id="below_bin">
                 <property name="visible">True</property>
-                <property name="homogeneous">False</property>
+                <property name="homogeneous">True</property>
                 <property name="transition-type">crossfade</property>
                 <property name="transition-duration">400</property>
                 <property name="hexpand">True</property>
@@ -119,7 +119,7 @@
                     <child>
                       <object class="GtkStack" id="content_bin">
                         <property name="visible">True</property>
-                        <property name="homogeneous">False</property>
+                        <property name="homogeneous">True</property>
                         <property name="transition-type">slide-left-right</property>
                         <property name="transition-duration">400</property>
                         <property name="hexpand">True</property>


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