[gnome-control-center] Fix automatic suspend popup sizing issues



commit fc60c1ae0dce05d7145aa2be8bf6d566bf7d9ae7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 16 17:10:47 2013 -0500

    Fix automatic suspend popup sizing issues
    
    There was a stray resize-mode setting which broke things,
    and the combo boxes had unnecessary extra margins.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711856

 panels/power/power.ui |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/panels/power/power.ui b/panels/power/power.ui
index 0f3441f..0985293 100644
--- a/panels/power/power.ui
+++ b/panels/power/power.ui
@@ -129,7 +129,6 @@
     <child internal-child="vbox">
       <object class="GtkBox" id="asdf">
         <property name="can_focus">False</property>
-        <property name="resize_mode">immediate</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child internal-child="action_area">
@@ -220,8 +219,6 @@
               <object class="GtkComboBoxText" id="suspend_on_battery_delay_combo">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">4</property>
-                <property name="margin_right">4</property>
                 <property name="entry_text_column">0</property>
                 <property name="id_column">1</property>
                 <property name="model">liststore_time</property>
@@ -270,8 +267,6 @@
               <object class="GtkComboBoxText" id="suspend_on_ac_delay_combo">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="margin_left">4</property>
-                <property name="margin_right">4</property>
                 <property name="entry_text_column">0</property>
                 <property name="id_column">1</property>
                 <property name="model">liststore_time</property>


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