summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-06-19 02:19:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-06-19 09:23:25 +0200
commit50bf861da91fabee45917358ed688e984c3e0e4b (patch)
tree2fa11f3746c80173afcbc1f47e5da989c172efbe
parent3f175f364d440a4682dcd8765fa771f01ec24e0a (diff)
Watermark: Right-align labels in dialog
And switch to a non-deprecated alignment property Change-Id: I74b3d6bea1d7af09b8e044f7b3e25e906bf67c9b (cherry picked from commit 9fe114e78f1285397dcd2a0d2e3d6afc3024fa66) Reviewed-on: https://gerrit.libreoffice.org/38947 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sw/uiconfig/swriter/ui/watermarkdialog.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/watermarkdialog.ui b/sw/uiconfig/swriter/ui/watermarkdialog.ui
index 2edb38bf7f3a..85602acbdbc2 100644
--- a/sw/uiconfig/swriter/ui/watermarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/watermarkdialog.ui
@@ -81,8 +81,8 @@
<object class="GtkLabel" id="TextLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">end</property>
<property name="label" translatable="yes">Text</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -114,8 +114,8 @@
<object class="GtkLabel" id="FontLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">end</property>
<property name="label" translatable="yes">Font</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -126,8 +126,8 @@
<object class="GtkLabel" id="AngleLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">end</property>
<property name="label" translatable="yes">Angle</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -138,8 +138,8 @@
<object class="GtkLabel" id="TransparencyLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">end</property>
<property name="label" translatable="yes">Transparency</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -150,8 +150,8 @@
<object class="GtkLabel" id="ColorLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">end</property>
<property name="label" translatable="yes">Color</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">0</property>