summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-22 19:55:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-23 22:27:56 +0200
commit40287a71f8be03ba2fefc8500509bb37c74cd5b4 (patch)
treeaf32d87db979cc340b9f65d242b16c15673a1f38
parent3e1d531002e74fe6cd144366bcfdcb77b94f8990 (diff)
tdf#120056 reorder radiobuttons elements into desired logical order
Change-Id: I770dad005779e7bf347221afad46633371f17a07 Reviewed-on: https://gerrit.libreoffice.org/60908 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/uiconfig/swriter/ui/wrappage.ui40
1 files changed, 20 insertions, 20 deletions
diff --git a/sw/uiconfig/swriter/ui/wrappage.ui b/sw/uiconfig/swriter/ui/wrappage.ui
index 7d3872c119a5..cf409da7999e 100644
--- a/sw/uiconfig/swriter/ui/wrappage.ui
+++ b/sw/uiconfig/swriter/ui/wrappage.ui
@@ -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>