[Libreoffice-commits] core.git: sw/uiconfig

Adolfo Jayme Barrientos fitojb at ubuntu.com
Mon Jun 19 07:20:13 UTC 2017


 sw/uiconfig/swriter/ui/watermarkdialog.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9fe114e78f1285397dcd2a0d2e3d6afc3024fa66
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Mon Jun 19 02:19:14 2017 -0500

    Watermark: Right-align labels in dialog
    
    And switch to a non-deprecated alignment property
    
    Change-Id: I74b3d6bea1d7af09b8e044f7b3e25e906bf67c9b

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>


More information about the Libreoffice-commits mailing list