[network-manager-applet] editor: fix resizing GtkNotebook when user resizes main window (rh #707269)



commit 7747726096b5874c9b3eef9c7237c4803ac0df8e
Author: JiÅ?í KlimeÅ¡ <jklimes redhat com>
Date:   Tue May 31 13:31:14 2011 +0200

    editor: fix resizing GtkNotebook when user resizes main window (rh #707269)
    
    When user changed window height, the notebook did not change its height, with
    Gtk3. What's a bit interesting is that the resizing works with Gtk2 even without
    this patch.

 src/connection-editor/nm-connection-editor.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.ui b/src/connection-editor/nm-connection-editor.ui
index b23c476..2c62760 100644
--- a/src/connection-editor/nm-connection-editor.ui
+++ b/src/connection-editor/nm-connection-editor.ui
@@ -443,6 +443,7 @@
             </child>
           </object>
           <packing>
+            <property name="expand">True</property>
             <property name="position">1</property>
           </packing>
         </child>



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