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 /sc | |
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 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/cellprotectionpage.ui | 6 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/headerfootercontent.ui | 3 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/sharedocumentdlg.ui | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui b/sc/uiconfig/scalc/ui/cellprotectionpage.ui index 17581b7deb14..b9a2d90a72c6 100644 --- a/sc/uiconfig/scalc/ui/cellprotectionpage.ui +++ b/sc/uiconfig/scalc/ui/cellprotectionpage.ui @@ -102,6 +102,9 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <property name="wrap">True</property> <property name="max_width_chars">52</property> <property name="xalign">0</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> @@ -173,6 +176,9 @@ Select 'Protect Sheet' from the 'Tools' menu.</property> <property name="wrap">True</property> <property name="width_chars">52</property> <property name="xalign">0</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="left_attach">1</property> diff --git a/sc/uiconfig/scalc/ui/headerfootercontent.ui b/sc/uiconfig/scalc/ui/headerfootercontent.ui index 1975ef3d6915..608f30e756ad 100644 --- a/sc/uiconfig/scalc/ui/headerfootercontent.ui +++ b/sc/uiconfig/scalc/ui/headerfootercontent.ui @@ -494,6 +494,9 @@ <property name="label" translatable="yes" context="headerfootercontent|label2">Use the buttons to change the font or insert field commands such as date, time, etc.</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/sc/uiconfig/scalc/ui/sharedocumentdlg.ui b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui index 4c14a3189faf..f1dcbd523215 100644 --- a/sc/uiconfig/scalc/ui/sharedocumentdlg.ui +++ b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui @@ -127,6 +127,9 @@ <property name="xalign">0</property> <property name="yalign">0</property> <property name="margin-start">12</property> + <attributes> + <attribute name="scale" value="0.9"/> + </attributes> </object> <packing> <property name="expand">False</property> |