[Libreoffice-commits] core.git: sw/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 23 20:28:16 UTC 2018
sw/uiconfig/swriter/ui/wrappage.ui | 40 ++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 20 deletions(-)
New commits:
commit 40287a71f8be03ba2fefc8500509bb37c74cd5b4
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Sep 22 19:55:59 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Sep 23 22:27:56 2018 +0200
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list