[gnome-battery-bench] application.ui: Remove stray setting of the resize-mode for a GtkGrid



commit 5e61ef527ddc83278065a3142c243a46677b6ec4
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Jun 24 13:08:03 2015 -0400

    application.ui: Remove stray setting of the resize-mode for a GtkGrid
    
    Setting the resize mode of a GtkWidget has pretty unpredictable and
    bad effects. The resize mode of a GtkGrid had accidentally been changed,
    causing margins to not work properly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=747370

 src/application.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/application.ui b/src/application.ui
index 7f3a9ea..bd06f4e 100644
--- a/src/application.ui
+++ b/src/application.ui
@@ -42,7 +42,6 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="margin_top">5</property>
-                    <property name="resize_mode">immediate</property>
                     <property name="row_spacing">5</property>
                     <property name="column_spacing">3</property>
                     <child>


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