[gnome-control-center/gnome-3-16] printers: Don't expand search entry



commit 8b733522d1f67a51bc9c0cc67ba007520df3a136
Author: Marek Kasik <mkasik redhat com>
Date:   Mon May 25 16:00:19 2015 +0200

    printers: Don't expand search entry
    
    Don't expand search entry when device detection ends.
    Place the GtkSpinner into a GtkFixed to achieve that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749883

 panels/printers/new-printer-dialog.ui |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/panels/printers/new-printer-dialog.ui b/panels/printers/new-printer-dialog.ui
index 47b7537..c815cde 100644
--- a/panels/printers/new-printer-dialog.ui
+++ b/panels/printers/new-printer-dialog.ui
@@ -189,6 +189,8 @@
                             <property name="height_request">24</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
+                            <property name="halign">center</property>
+                            <property name="valign">center</property>
                             <child>
                               <placeholder/>
                             </child>
@@ -217,12 +219,22 @@
                           </packing>
                         </child>
                         <child>
-                          <object class="GtkSpinner" id="spinner">
+                          <object class="GtkFixed" id="fixed1">
                             <property name="width_request">24</property>
                             <property name="height_request">24</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="no_show_all">True</property>
+                            <property name="halign">center</property>
+                            <property name="valign">center</property>
+                            <child>
+                              <object class="GtkSpinner" id="spinner">
+                                <property name="width_request">24</property>
+                                <property name="height_request">24</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="no_show_all">True</property>
+                              </object>
+                            </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>


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