[glom] Field Definition window: Fix vertical packing.



commit d63c8fefbad3a2cff72a0795beeae9199a6b59b2
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 1 17:42:35 2011 +0200

    Field Definition window: Fix vertical packing.
    
    * ui/developer/window_field_definition_edit.glade: Some GtkTable children
    had vertical expand=true.

 ChangeLog                                       |    7 +++++++
 ui/developer/window_field_definition_edit.glade |   15 ++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d615e0b..6eb41c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-09-01  Murray Cumming  <murrayc murrayc com>
 
+	Field Definition window: Fix vertical packing.
+
+	* ui/developer/window_field_definition_edit.glade: Some GtkTable children 
+	had vertical expand=true.
+
+2011-09-01  Murray Cumming  <murrayc murrayc com>
+
 	Replace deprecated Gtk::HBox and Gtk:VBox with Gtk::Box.
 
 	* glom/*.[h|cc]: HBox and VBox are deprecated.
diff --git a/ui/developer/window_field_definition_edit.glade b/ui/developer/window_field_definition_edit.glade
index 3e33b4f..f8c1649 100644
--- a/ui/developer/window_field_definition_edit.glade
+++ b/ui/developer/window_field_definition_edit.glade
@@ -81,7 +81,7 @@
                         <property name="top_attach">2</property>
                         <property name="bottom_attach">3</property>
                         <property name="x_options">GTK_FILL</property>
-                        <property name="y_options">GTK_EXPAND</property>
+                        <property name="y_options"></property>
                       </packing>
                     </child>
                     <child>
@@ -128,7 +128,7 @@
                         <property name="top_attach">1</property>
                         <property name="bottom_attach">2</property>
                         <property name="x_options">GTK_FILL</property>
-                        <property name="y_options">GTK_EXPAND</property>
+                        <property name="y_options"></property>
                       </packing>
                     </child>
                   </object>
@@ -264,6 +264,7 @@
                                 <property name="receives_default">False</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
+                                <property name="xalign">0</property>
                                 <property name="draw_indicator">True</property>
                               </object>
                               <packing>
@@ -290,8 +291,7 @@
                                     <property name="right_attach">2</property>
                                     <property name="top_attach">1</property>
                                     <property name="bottom_attach">2</property>
-                                    <property name="x_options">GTK_FILL</property>
-                                    <property name="y_options">GTK_FILL</property>
+                                    <property name="y_options"></property>
                                   </packing>
                                 </child>
                                 <child>
@@ -302,8 +302,7 @@
                                   <packing>
                                     <property name="left_attach">1</property>
                                     <property name="right_attach">2</property>
-                                    <property name="x_options">GTK_FILL</property>
-                                    <property name="y_options">GTK_FILL</property>
+                                    <property name="y_options"></property>
                                   </packing>
                                 </child>
                                 <child>
@@ -340,7 +339,7 @@
                                     <property name="top_attach">1</property>
                                     <property name="bottom_attach">2</property>
                                     <property name="x_options">GTK_FILL</property>
-                                    <property name="y_options">GTK_EXPAND</property>
+                                    <property name="y_options"></property>
                                   </packing>
                                 </child>
                               </object>
@@ -362,6 +361,7 @@
                         <property name="receives_default">False</property>
                         <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
+                        <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
                       </object>
                     </child>
@@ -445,6 +445,7 @@
                         <property name="receives_default">False</property>
                         <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
+                        <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_userentry</property>
                       </object>



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