sw/uiconfig/swriter/ui/converttexttable.ui | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)
New commits: commit e2e71dd7f7e5cdc525c59aeb5f26a93663a444f0 Author: Caolán McNamara <[email protected]> Date: Thu Aug 10 08:47:29 2017 +0100 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
