[gnome-control-center] background: Avoid resizing the drawing area if controls are hidden



commit 81ae3f446677702aba9dd7cf64e93ab2d6879ff3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 14 09:31:38 2011 -0500

    background: Avoid resizing the drawing area if controls are hidden

 panels/background/background.ui |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index c3ffc13..a1ccfbf 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -191,6 +191,16 @@
                     <property name="position">1</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkLabel" id="strut">
+                    <property name="visible">True</property>
+                    <property name="label" translatable="no"> </property>
+                  </object>
+                  <packing>
+                    <property name="expand">False</property>
+                    <property name="position">1</property>
+                  </packing>
+                </child>
               </object>
               <packing>
                 <property name="position">0</property>
@@ -271,6 +281,7 @@
       <widget name="sources-combobox"/>
       <widget name="heading-hbox"/>
       <widget name="slide-label"/>
+      <widget name="strut"/>
     </widgets>
   </object>
   <object class="GtkListStore" id="style-liststore">



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