diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-08-10 08:47:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-11 09:07:12 +0200 |
commit | e2e71dd7f7e5cdc525c59aeb5f26a93663a444f0 (patch) | |
tree | 09f9022537cd10593ef78458d714145165d97f9c /sw/uiconfig | |
parent | 027ef28177885cc803c1500430284610dee23f9a (diff) |
tweak string convert table dialog to load the same with native gtk builder
Change-Id: I5f6753645452b578d30909614cb3cc36ae3d7e64
Reviewed-on: https://gerrit.libreoffice.org/40983
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/converttexttable.ui | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/converttexttable.ui b/sw/uiconfig/swriter/ui/converttexttable.ui index 79802c1d3d5a..03f0b1b0ecc0 100644 --- a/sw/uiconfig/swriter/ui/converttexttable.ui +++ b/sw/uiconfig/swriter/ui/converttexttable.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="adjustment1"> @@ -13,6 +13,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="converttexttable|ConvertTextTableDialog">Convert Table to Text</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -28,6 +29,7 @@ <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> @@ -152,7 +154,7 @@ <property name="valign">end</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">other</property> + <property name="group">tabs</property> </object> <packing> <property name="left_attach">1</property> @@ -169,7 +171,7 @@ <property name="valign">end</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">semicolons</property> + <property name="group">tabs</property> </object> <packing> <property name="left_attach">0</property> @@ -188,7 +190,6 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">paragraph</property> </object> <packing> <property name="left_attach">0</property> @@ -402,9 +403,9 @@ </object> </child> <action-widgets> - <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> - <action-widget response="0">help</action-widget> + <action-widget response="-5">ok</action-widget> + <action-widget response="-6">cancel</action-widget> + <action-widget response="-11">help</action-widget> </action-widgets> </object> </interface> |