diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-01-15 11:09:26 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-01-17 10:23:19 +0100 |
commit | 2da4f92666caa11ab39f45d9807af883a3c83c79 (patch) | |
tree | 4c6d123d16625ad8ae37e7d1c77044c2be1829e3 /cui/uiconfig | |
parent | 14d61304c3f54e59cb8912fbd76fec2e4171e478 (diff) |
Resolves tdf#139501 - About screen exceptional width
All strings wrap now
Change-Id: If810e67e55eb23685ab4e14da9d5da1864229833
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109330
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/aboutdialog.ui | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui index 0d8ebf8a5635..0121e26a2485 100644 --- a/cui/uiconfig/ui/aboutdialog.ui +++ b/cui/uiconfig/ui/aboutdialog.ui @@ -152,6 +152,8 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label">7.0</property> + <property name="wrap">True</property> + <property name="max-width-chars">40</property> <property name="xalign">0</property> <accessibility> <relation type="labelled-by" target="lbVersion"/> @@ -167,6 +169,8 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label">8 cores</property> + <property name="wrap">True</property> + <property name="max-width-chars">40</property> <property name="xalign">0</property> <accessibility> <relation type="labelled-by" target="lbEnvironment"/> @@ -220,7 +224,7 @@ <property name="can-focus">False</property> <property name="label">Calc</property> <property name="wrap">True</property> - <property name="max-width-chars">25</property> + <property name="max-width-chars">40</property> <property name="xalign">0</property> <accessibility> <relation type="labelled-by" target="lbMisc"/> @@ -252,6 +256,8 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label">English</property> + <property name="wrap">True</property> + <property name="max-width-chars">40</property> <property name="xalign">0</property> <accessibility> <relation type="labelled-by" target="lbLocale"/> @@ -282,6 +288,8 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label">VCL: gtk</property> + <property name="wrap">True</property> + <property name="max-width-chars">40</property> <property name="xalign">0</property> <accessibility> <relation type="labelled-by" target="lbUI"/> |