diff options
author | Alexander Wilms <alexander.wilms@zoho.com> | 2012-11-17 05:40:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-21 13:48:02 +0000 |
commit | cf5603c440b1c3114e5867928a71e3b65b132793 (patch) | |
tree | d237d3ac29168814775389ebb571c84af0714da2 /cui/uiconfig/ui/insertoleobject.ui | |
parent | ae81246917f581a7a498a371b9a6137cde542b3e (diff) |
Moved buttons for consistency and improved widget spacing
Change-Id: Ia4faf04589503b1f299b3b53770f82b5d19fcd25
Diffstat (limited to 'cui/uiconfig/ui/insertoleobject.ui')
-rw-r--r-- | cui/uiconfig/ui/insertoleobject.ui | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/cui/uiconfig/ui/insertoleobject.ui b/cui/uiconfig/ui/insertoleobject.ui index e823476067cf..dc5debd8ef94 100644 --- a/cui/uiconfig/ui/insertoleobject.ui +++ b/cui/uiconfig/ui/insertoleobject.ui @@ -9,6 +9,7 @@ <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">2</property> <child> <object class="GtkBox" id="box1"> @@ -24,11 +25,9 @@ <child> <object class="GtkRadioButton" id="createnew"> <property name="label" translatable="yes">Create new</property> - <property name="use_action_appearance">False</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="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">createfromfile</property> @@ -42,11 +41,9 @@ <child> <object class="GtkRadioButton" id="createfromfile"> <property name="label" translatable="yes">Create from file</property> - <property name="use_action_appearance">False</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="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> @@ -135,12 +132,10 @@ <child> <object class="GtkButton" id="urlbtn"> <property name="label" translatable="yes">Search ...</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="left_attach">1</property> @@ -152,11 +147,9 @@ <child> <object class="GtkCheckButton" id="linktofile"> <property name="label" translatable="yes">Link to file</property> - <property name="use_action_appearance">False</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="xalign">0</property> <property name="draw_indicator">True</property> </object> @@ -199,18 +192,15 @@ <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <property name="layout_style">start</property> + <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -222,11 +212,9 @@ <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -238,11 +226,9 @@ <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> |