diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-09-04 17:29:41 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-09-05 23:02:59 +0200 |
commit | fdb2a457708f345affa6dd254180220b08393c2e (patch) | |
tree | 68b4a5a36ba49ac1d7e9afef93cc6a739a7db3fd /sfx2 | |
parent | b4dd91f3a10610924e736445e17506b49b619a70 (diff) |
(related) tdf#149796 align labels left - according to design guidelines
Change-Id: If9973b94b19635efd607d4c057e098021eca474e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156532
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/managestylepage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index b4583292f09c..8afab2559c62 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -33,7 +33,7 @@ <property name="label" translatable="yes" context="managestylepage|nameft">_Name:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">name</property> - <property name="xalign">1</property> + <property name="xalign">0</property> </object> <packing> <property name="left-attach">0</property> @@ -47,7 +47,7 @@ <property name="label" translatable="yes" context="managestylepage|nextstyleft">Ne_xt style:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">nextstyle</property> - <property name="xalign">1</property> + <property name="xalign">0</property> </object> <packing> <property name="left-attach">0</property> @@ -61,7 +61,7 @@ <property name="label" translatable="yes" context="managestylepage|linkedwithft">Inherit from:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">linkedwith</property> - <property name="xalign">1</property> + <property name="xalign">0</property> </object> <packing> <property name="left-attach">0</property> @@ -75,7 +75,7 @@ <property name="label" translatable="yes" context="managestylepage|categoryft">_Category:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">category</property> - <property name="xalign">1</property> + <property name="xalign">0</property> </object> <packing> <property name="left-attach">0</property> |