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>
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 80e9750..0b18824 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -96,7 +96,6 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="margin-start">6</property>
<property name="column-spacing">12</property>
<child>
<object class="GtkLabel" id="lbVersion">
@@ -106,6 +105,9 @@
<property name="label" translatable="yes" context="aboutdialog|lbVersion">Version:</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbVersionString"/>
</accessibility>
@@ -122,6 +124,9 @@
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbBuild">Build:</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbBuildString"/>
</accessibility>
@@ -138,6 +143,9 @@
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbEnvironment">Environment:</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbEnvString"/>
</accessibility>
@@ -155,6 +163,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">40</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="labelled-by" target="lbVersion"/>
</accessibility>
@@ -172,6 +183,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">40</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="labelled-by" target="lbEnvironment"/>
</accessibility>
@@ -209,6 +223,9 @@
<property name="label" translatable="yes" context="aboutdialog|lbExtra">Misc:</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbMiscString"/>
</accessibility>
@@ -226,6 +243,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">40</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="labelled-by" target="lbMisc"/>
</accessibility>
@@ -242,6 +262,9 @@
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbLocale">Locale:</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbLocaleString"/>
</accessibility>
@@ -259,6 +282,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">40</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="labelled-by" target="lbLocale"/>
</accessibility>
@@ -274,6 +300,9 @@
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="aboutdialog|lbUI">User Interface:</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="label-for" target="lbUIString"/>
</accessibility>
@@ -291,6 +320,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">40</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
<accessibility>
<relation type="labelled-by" target="lbUI"/>
</accessibility>
@@ -317,6 +349,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">60</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="1.1"/>
</attributes>
</object>
<packing>
<property name="left-attach">1</property>
@@ -334,6 +369,9 @@
<property name="wrap">True</property>
<property name="max-width-chars">60</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left-attach">1</property>
@@ -344,6 +382,7 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="spacing">12</property>
<child>
<object class="GtkLinkButton" id="btnCredits">
diff --git a/cui/uiconfig/ui/optonlineupdatepage.ui b/cui/uiconfig/ui/optonlineupdatepage.ui
index 7788bae..f1fc334 100644
--- a/cui/uiconfig/ui/optonlineupdatepage.ui
+++ b/cui/uiconfig/ui/optonlineupdatepage.ui
@@ -155,6 +155,9 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="optonlineupdatepage|lastchecked">Last checked: %DATE%, %TIME%</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -168,6 +171,9 @@
<property name="no_show_all">True</property>
<property name="label" translatable="yes" context="optonlineupdatepage|neverchecked">Last checked: Not yet</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -365,6 +371,9 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="optonlineupdatepage|useragent_label">User Agent:</property>
<property name="yalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -377,6 +386,9 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="optonlineupdatepage|useragent_changed">Hit apply to update</property>
<property name="yalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -389,6 +401,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">True</property>
diff --git a/cui/uiconfig/ui/toolbarmodedialog.ui b/cui/uiconfig/ui/toolbarmodedialog.ui
index d401f75..f3f0044 100644
--- a/cui/uiconfig/ui/toolbarmodedialog.ui
+++ b/cui/uiconfig/ui/toolbarmodedialog.ui
@@ -343,6 +343,9 @@
<property name="wrap-mode">word-char</property>
<property name="max-width-chars">50</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
</child>
</object>
diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui b/sc/uiconfig/scalc/ui/cellprotectionpage.ui
index 17581b7..b9a2d90 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 1975ef3..608f30e 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 4c14a31..f1dcbd52 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>
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui
index d2910e6..676c00e 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 ff7cfe9..0ac18da 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>
diff --git a/starmath/uiconfig/smath/ui/catalogdialog.ui b/starmath/uiconfig/smath/ui/catalogdialog.ui
index 947311f..f0d7bab 100644
--- a/starmath/uiconfig/smath/ui/catalogdialog.ui
+++ b/starmath/uiconfig/smath/ui/catalogdialog.ui
@@ -140,6 +140,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="catalogdialog|symbolname">Unknown</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/abstractdialog.ui b/sw/uiconfig/swriter/ui/abstractdialog.ui
index 3a7996b5..3205793 100644
--- a/sw/uiconfig/swriter/ui/abstractdialog.ui
+++ b/sw/uiconfig/swriter/ui/abstractdialog.ui
@@ -146,6 +146,9 @@
<property name="width_chars">52</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">0</property>
diff --git a/sw/uiconfig/swriter/ui/ccdialog.ui b/sw/uiconfig/swriter/ui/ccdialog.ui
index 130a648..6dab212 100644
--- a/sw/uiconfig/swriter/ui/ccdialog.ui
+++ b/sw/uiconfig/swriter/ui/ccdialog.ui
@@ -126,6 +126,9 @@
<property name="label" translatable="yes" context="ccdialog|label4">Note: Separate email addresses with a semicolon (;).</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui
index 7891bed..9d5589d 100644
--- a/sw/uiconfig/swriter/ui/exchangedatabases.ui
+++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui
@@ -174,6 +174,9 @@ Use the browse button to select a database file.</property>
<property name="width-chars">72</property>
<property name="max-width-chars">72</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left-attach">0</property>
@@ -317,6 +320,9 @@ Use the browse button to select a database file.</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes" context="exchangedatabases|label2">Database applied to document:</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
@@ -329,6 +335,9 @@ Use the browse button to select a database file.</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">DataSource.Command</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui
index 1087af2..5e5f8b2 100644
--- a/sw/uiconfig/swriter/ui/inserttable.ui
+++ b/sw/uiconfig/swriter/ui/inserttable.ui
@@ -238,6 +238,9 @@
<object class="GtkLabel" id="lbwarning">
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="inserttable|lbwarning">Warning : Large tables may adversely affect performance and compatibility</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
index 715e88f..e8b02fa 100644
--- a/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
+++ b/sw/uiconfig/swriter/ui/mergeconnectdialog.ui
@@ -128,6 +128,9 @@
<property name="max_width_chars">52</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/opttablepage.ui b/sw/uiconfig/swriter/ui/opttablepage.ui
index e37df39..b87c655 100644
--- a/sw/uiconfig/swriter/ui/opttablepage.ui
+++ b/sw/uiconfig/swriter/ui/opttablepage.ui
@@ -366,6 +366,9 @@
<property name="width-chars">50</property>
<property name="max-width-chars">50</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left-attach">1</property>
@@ -382,6 +385,9 @@
<property name="width-chars">50</property>
<property name="max-width-chars">50</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="left-attach">1</property>
@@ -398,6 +404,9 @@
<property name="width-chars">50</property>
<property name="max-width-chars">50</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/uui/uiconfig/ui/setmasterpassworddlg.ui b/uui/uiconfig/ui/setmasterpassworddlg.ui
index 073f246..0402b4d 100644
--- a/uui/uiconfig/ui/setmasterpassworddlg.ui
+++ b/uui/uiconfig/ui/setmasterpassworddlg.ui
@@ -173,6 +173,9 @@
<property name="wrap">True</property>
<property name="max_width_chars">62</property>
<property name="xalign">0</property>
<attributes>
<attribute name="scale" value="0.9"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>