[glom/glom-1-22] Initial dialog: Fix the notebook vertical expansion.



commit 234942be194c5d61ba49111d36640bef56c6c661
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 10 12:18:53 2013 +0200

    Initial dialog: Fix the notebook vertical expansion.
    
        * ui/operator/dialog_existing_or_new.glade: Set the
        parent GtkHBox to expand, because there is some change
        of behaviour with the latest GTK+ from git master.
        Before this expanded already.

 ChangeLog                                |    9 +++++++++
 ui/operator/dialog_existing_or_new.glade |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 395f359..67b8127 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-10  Murray Cumming  <murrayc murrayc com>
+
+       Initial dialog: Fix the notebook vertical expansion.
+
+       * ui/operator/dialog_existing_or_new.glade: Set the 
+       parent GtkHBox to expand, because there is some change
+       of behaviour with the latest GTK+ from git master.
+       Before this expanded already.
+
 2012-11-22  Murray Cumming  <murrayc murrayc com>
 
         Tests: Use the locally-built glom.
diff --git a/ui/operator/dialog_existing_or_new.glade b/ui/operator/dialog_existing_or_new.glade
index f1ee61e..d533398 100644
--- a/ui/operator/dialog_existing_or_new.glade
+++ b/ui/operator/dialog_existing_or_new.glade
@@ -209,7 +209,7 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="fill">True</property>
             <property name="position">1</property>
           </packing>


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