summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-01-15 11:09:26 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-01-17 10:23:47 +0100
commit4ecabb10ff677cc326017220fb0cb908f9047a7b (patch)
treeca8e1d442596d3401fecdf1732e4c6387b486de9 /cui
parenttdf#137695 shrink widget height below natural min within data browser (diff)
downloadcore-4ecabb10ff677cc326017220fb0cb908f9047a7b.tar.gz
core-4ecabb10ff677cc326017220fb0cb908f9047a7b.zip
Resolves tdf#139501 - About screen exceptional width
All strings wrap now Change-Id: If810e67e55eb23685ab4e14da9d5da1864229833 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109337 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui10
1 files changed, 9 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 284257980cf5..29fc5bc76ef2 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -153,6 +153,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"/>
@@ -168,6 +170,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"/>
@@ -221,7 +225,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"/>
@@ -253,6 +257,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"/>
@@ -283,6 +289,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"/>