[glom] Field Formatting window: Make it slightly less tall.



commit 652ff87ae4241f4fe057b4fc95e2061da192de0a
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 30 09:46:58 2011 +0200

    Field Formatting window: Make it slightly less tall.
    
    	* ui/developer/dialog_layout_field_properties.glade: Arrange two radio
    	buttons horizontally instead of vertically. But this window is still too tall.
    	See https://bugs.launchpad.net/ubuntu/+source/glom/+bug/863016

 ChangeLog                                         |    8 +++
 ui/developer/dialog_layout_field_properties.glade |   71 ++++++++++++---------
 2 files changed, 50 insertions(+), 29 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c822a36..6566605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-09-30  Murray Cumming  <murrayc murrayc com>
+
+	Field Formatting window: Make it slightly less tall.
+
+	* ui/developer/dialog_layout_field_properties.glade: Arrange two radio 
+	buttons horizontally instead of vertically. But this window is still too tall.
+	See https://bugs.launchpad.net/ubuntu/+source/glom/+bug/863016
+
 2011-09-29  Jasper Lievisse Adriaanse <jasperla gnome org>
 
 	Remove glibc-specific function call.
diff --git a/ui/developer/dialog_layout_field_properties.glade b/ui/developer/dialog_layout_field_properties.glade
index 5198e8b..aa6ca04 100644
--- a/ui/developer/dialog_layout_field_properties.glade
+++ b/ui/developer/dialog_layout_field_properties.glade
@@ -250,41 +250,54 @@
                         <property name="border_width">6</property>
                         <property name="spacing">6</property>
                         <child>
-                          <object class="GtkRadioButton" id="radiobutton_use_default">
-                            <property name="label" translatable="yes">Use default formatting</property>
+                          <object class="GtkBox" id="box1">
                             <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <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="can_focus">False</property>
+                            <property name="spacing">6</property>
+                            <child>
+                              <object class="GtkRadioButton" id="radiobutton_use_default">
+                                <property name="label" translatable="yes">Use default formatting</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <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="active">True</property>
+                                <property name="draw_indicator">True</property>
+                              </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <object class="GtkRadioButton" id="radiobutton_use_custom">
+                                <property name="label" translatable="yes">Use custom formatting</property>
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <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_use_default</property>
+                              </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
+                            <property name="expand">True</property>
+                            <property name="fill">True</property>
                             <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
-                          <object class="GtkRadioButton" id="radiobutton_use_custom">
-                            <property name="label" translatable="yes">Use custom formatting</property>
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <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_use_default</property>
-                          </object>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">False</property>
-                            <property name="position">1</property>
-                          </packing>
-                        </child>
-                        <child>
                           <object class="GtkVBox" id="box_formatting_placeholder">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -295,7 +308,7 @@
                           <packing>
                             <property name="expand">False</property>
                             <property name="fill">False</property>
-                            <property name="position">2</property>
+                            <property name="position">1</property>
                           </packing>
                         </child>
                       </object>



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