[gnome-control-center] shell: Ensure the home button is the correct height



commit 174776a7c0e14a6b535ee1d10377d684816a49d6
Author: Thomas Wood <thomas wood intel com>
Date:   Mon Nov 5 14:25:21 2012 +0000

    shell: Ensure the home button is the correct height
    
    To allow the home button to have the correct height, the aspect frame it is
    inside has to be given enough horizontal space to allow the button to be
    square. The home button also needs to be in a size group with the
    "search-entry" widget rather than the "entry-alignment" widget, since the
    latter is resized when the search entry is shown or hidden.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681510

 shell/shell.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/shell.ui b/shell/shell.ui
index 1fa0dca..60b084c 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -59,7 +59,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="position">0</property>
                           </packing>
                         </child>
@@ -176,7 +176,7 @@
     <property name="mode">vertical</property>
     <widgets>
       <widget name="home-button"/>
-      <widget name="entry-alignment"/>
+      <widget name="search-entry"/>
     </widgets>
   </object>
   <object class="GtkImage" id="image1">



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