diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-03 14:35:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-03 14:42:37 +0100 |
commit | 2d37dd8d5f79564dbf19546287cb258a1d6aef8c (patch) | |
tree | 4f02a83cfa179be53e88c72abed9dd29ba1088f2 /sw/uiconfig/swriter/ui/inserttable.ui | |
parent | bb4dd8d947360f73b4eb8dcdcd13b2d18b4c2759 (diff) |
Resolves: fdo#76486 Uniform Arrangement of the Help Button
Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab
Diffstat (limited to 'sw/uiconfig/swriter/ui/inserttable.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index 15b553759c7b..c7c98be6e575 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -1,6 +1,8 @@ <?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="GtkAdjustment" id="adjustment1"> <property name="lower">1</property> <property name="upper">99</property> @@ -24,28 +26,27 @@ <property name="margin_top">12</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" translatable="yes">Insert</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> <packing> - <property name="expand">True</property> + <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" translatable="yes">Insert</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> <packing> <property name="expand">False</property> @@ -54,15 +55,15 @@ </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> <property name="use_stock">True</property> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">2</property> </packing> @@ -109,7 +110,6 @@ <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="shadow_type">out</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="left_attach">1</property> @@ -156,7 +156,6 @@ <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="shadow_type">none</property> - <property name="invisible_char_set">True</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> @@ -190,7 +189,6 @@ <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="shadow_type">out</property> - <property name="invisible_char_set">True</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> @@ -325,7 +323,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="invisible_char_set">True</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> @@ -410,9 +407,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> |