diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-29 06:25:28 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-30 04:21:21 +0200 |
commit | 1bdd72e2d7f4cd5d438646a1ac1aeade9432ec96 (patch) | |
tree | e9465d796c45062baf0660242ccf38b178f709cc /sfx2/uiconfig | |
parent | bee22fd4333408f341ee377fe52f0b1b6dbf76a0 (diff) |
tdf#150045 Set secondary/explanatory labels apart
Rationale in commit 0ebbe1f0080f474fd583e5912c9605e6fb2e13d5,
of which this is a follow-up.
Change-Id: If75aa32bf02aeb8761f5b7f4ddbbeaa3bdcaab3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137618
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/managestylepage.ui | 3 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index d2910e643fab..676c00e689ad 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -218,6 +218,9 @@ <property name="yalign">0</property> <property name="margin-start">12</property> <property name="margin-top">6</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> </child> <child type="label"> diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index ff7cfe9f1006..0ac18dab2a08 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -337,6 +337,9 @@ <property name="margin-start">6</property> <property name="label" translatable="yes" context="password|onlyascii">Only Basic Latin characters can be entered</property> <property name="xalign">0</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> <child internal-child="accessible"> <object class="AtkObject" id="onlyascii-atkobject"> <property name="AtkObject::accessible-role" translatable="no">static</property> |