diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-12 16:03:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-12 16:03:29 +0100 |
commit | 9b2789618030eadf0524a5ae2fe294e24c7de0f7 (patch) | |
tree | b38001d74125da0a4b2530066c0c10b5fed47fc8 /sc | |
parent | 18518b994cd8fef7c46687167c8f26af18e49a15 (diff) |
left align add/remove buttons
Change-Id: Id25bebc12a38cfba0b55fc45e3635f2ee8217586
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/managenamesdialog.ui | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/sc/uiconfig/scalc/ui/managenamesdialog.ui b/sc/uiconfig/scalc/ui/managenamesdialog.ui index f022b58d4538..5abdec49e925 100644 --- a/sc/uiconfig/scalc/ui/managenamesdialog.ui +++ b/sc/uiconfig/scalc/ui/managenamesdialog.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <!-- interface-requires LibreOffice 1.0 --> <object class="GtkDialog" id="ManageNamesDialog"> <property name="can_focus">False</property> @@ -17,10 +18,12 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <object class="GtkButton" id="ok"> + <property name="label">gtk-ok</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_stock">True</property> </object> @@ -28,16 +31,13 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> - <property name="secondary">True</property> </packing> </child> <child> - <object class="GtkButton" id="ok"> - <property name="label">gtk-ok</property> + <object class="GtkButton" id="cancel"> + <property name="label">gtk-cancel</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_stock">True</property> </object> @@ -48,8 +48,8 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -176,7 +176,6 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">•</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="left_attach">1</property> @@ -198,7 +197,6 @@ <property name="hexpand">True</property> <property name="invisible_char">•</property> <property name="width_chars">42</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="expand">False</property> @@ -231,8 +229,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> </object> <packing> <property name="left_attach">1</property> @@ -357,7 +353,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">12</property> - <property name="layout_style">spread</property> + <property name="layout_style">start</property> <child> <object class="GtkButton" id="add"> <property name="label">gtk-add</property> @@ -403,9 +399,9 @@ </object> </child> <action-widgets> - <action-widget response="0">help</action-widget> <action-widget response="0">ok</action-widget> <action-widget response="0">cancel</action-widget> + <action-widget response="0">help</action-widget> </action-widgets> </object> </interface> |