diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-02 16:28:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-02 21:50:03 +0100 |
commit | 810cfc0106ae0b1874681f7a8c79c36186aefcca (patch) | |
tree | e3f395bf8ef7d1eacfcd19676e35701f3e579f4d /sw/uiconfig/swriter/ui | |
parent | 38b87bbb24c1d1cc088d3d135e7e95b3ec75d386 (diff) |
weld convert text-to-table/table-to-text dialog
Change-Id: I81137c0fe0b0e243ebc5b836ac09448d746b2214
Reviewed-on: https://gerrit.libreoffice.org/50644
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/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/converttexttable.ui | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/sw/uiconfig/swriter/ui/converttexttable.ui b/sw/uiconfig/swriter/ui/converttexttable.ui index 03f0b1b0ecc0..1418ba60f376 100644 --- a/sw/uiconfig/swriter/ui/converttexttable.ui +++ b/sw/uiconfig/swriter/ui/converttexttable.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.20.2 --> <interface domain="sw"> - <requires lib="gtk+" version="3.0"/> + <requires lib="gtk+" version="3.20"/> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">1</property> <property name="upper">1000</property> @@ -14,6 +14,8 @@ <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="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -106,43 +108,19 @@ <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> - <object class="GtkEntry" id="othered"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">●</property> - <property name="width_chars">1</property> - <property name="text" translatable="yes" context="converttexttable|othered">,</property> - <accessibility> - <relation type="labelled-by" target="other"/> - </accessibility> - <child internal-child="accessible"> - <object class="AtkObject" id="othered-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="converttexttable|othered-atkobject">Symbol</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkRadioButton" id="other"> - <property name="label" translatable="yes" context="converttexttable|other">Other:</property> + <object class="GtkRadioButton" id="tabs"> + <property name="label" translatable="yes" context="converttexttable|tabs">Tabs</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="valign">end</property> + <property name="relief">half</property> <property name="xalign">0</property> + <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">tabs</property> - <accessibility> - <relation type="label-for" target="othered"/> - </accessibility> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="left_attach">0</property> + <property name="top_attach">0</property> </packing> </child> <child> @@ -151,7 +129,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="valign">end</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">tabs</property> @@ -168,7 +145,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="valign">end</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">tabs</property> @@ -179,21 +155,43 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="tabs"> - <property name="label" translatable="yes" context="converttexttable|tabs">Tabs</property> + <object class="GtkRadioButton" id="other"> + <property name="label" translatable="yes" context="converttexttable|other">Other:</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="halign">start</property> - <property name="valign">end</property> - <property name="relief">half</property> <property name="xalign">0</property> - <property name="active">True</property> <property name="draw_indicator">True</property> + <property name="group">tabs</property> + <accessibility> + <relation type="label-for" target="othered"/> + </accessibility> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="othered"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="max_length">1</property> + <property name="width_chars">1</property> + <property name="max_width_chars">1</property> + <property name="text" translatable="yes" context="converttexttable|othered">,</property> + <accessibility> + <relation type="labelled-by" target="other"/> + </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="othered-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="converttexttable|othered-atkobject">Symbol</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -344,7 +342,6 @@ <object class="GtkSpinButton" id="repeatheadersb"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="invisible_char">•</property> <property name="shadow_type">out</property> <property name="progress_pulse_step">1</property> <property name="adjustment">adjustment1</property> @@ -407,5 +404,8 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |