Kaydet (Commit) 40287a71 authored tarafından Caolán McNamara's avatar Caolán McNamara

tdf#120056 reorder radiobuttons elements into desired logical order

Change-Id: I770dad005779e7bf347221afad46633371f17a07
Reviewed-on: https://gerrit.libreoffice.org/60908
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3e1d5310
......@@ -53,8 +53,8 @@
<property name="row_homogeneous">True</property>
<property name="column_homogeneous">True</property>
<child>
<object class="GtkRadioButton" id="parallel">
<property name="label" translatable="yes" context="wrappage|parallel">_Parallel</property>
<object class="GtkRadioButton" id="none">
<property name="label" translatable="yes" context="wrappage|none">_None</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -66,17 +66,17 @@
<property name="xalign">0</property>
<property name="image_position">top</property>
<property name="always_show_image">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="through">
<property name="label" translatable="yes" context="wrappage|through">Thro_ugh</property>
<object class="GtkRadioButton" id="before">
<property name="label" translatable="yes" context="wrappage|before">Before</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -93,12 +93,12 @@
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="optimal">
<property name="label" translatable="yes" context="wrappage|optimal">_Optimal</property>
<object class="GtkRadioButton" id="after">
<property name="label" translatable="yes" context="wrappage|after">After</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -115,12 +115,12 @@
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="none">
<property name="label" translatable="yes" context="wrappage|none">_None</property>
<object class="GtkRadioButton" id="parallel">
<property name="label" translatable="yes" context="wrappage|parallel">_Parallel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -132,17 +132,17 @@
<property name="xalign">0</property>
<property name="image_position">top</property>
<property name="always_show_image">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">none</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="before">
<property name="label" translatable="yes" context="wrappage|before">Before</property>
<object class="GtkRadioButton" id="through">
<property name="label" translatable="yes" context="wrappage|through">Thro_ugh</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -159,12 +159,12 @@
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkRadioButton" id="after">
<property name="label" translatable="yes" context="wrappage|after">After</property>
<object class="GtkRadioButton" id="optimal">
<property name="label" translatable="yes" context="wrappage|optimal">_Optimal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
......@@ -181,7 +181,7 @@
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">0</property>
<property name="top_attach">1</property>
</packing>
</child>
</object>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment