diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-23 09:32:40 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-03-23 14:04:36 +0000 |
commit | 3d1fbd81988c11ac7de54bbe718073422f5db71f (patch) | |
tree | e9dc1b2015034e5f561530910578f4bd0a9ff66d /svx | |
parent | b80e0165affb81bcc6bf343b54c17b9a9b4c0d0e (diff) |
tdf#142978 Improve a11y check sidebar panel
* Set minimum size
* Wrap long texts
Change-Id: I4c23ebd47d26fe628187143eeda43efe467b911a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149429
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/accessibilitycheckentry.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/accessibilitycheckentry.ui b/svx/uiconfig/ui/accessibilitycheckentry.ui index e084bb367473..410e639fab0a 100644 --- a/svx/uiconfig/ui/accessibilitycheckentry.ui +++ b/svx/uiconfig/ui/accessibilitycheckentry.ui @@ -13,6 +13,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="hexpand">True</property> + <property name="wrap">True</property> <property name="selectable">True</property> <property name="xalign">0</property> <child internal-child="accessible"> |