diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-08-21 10:30:44 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-08-21 18:24:21 +0200 |
commit | e13ec6c0f447e9699b3b46e0d896c3ec2920979c (patch) | |
tree | 71091efa19795555f57f79fdc59702c9b607d21a /sw/uiconfig/swriter/ui | |
parent | 5a8171415c29f101865f762cbe855fe71a414df3 (diff) |
tdf#162258 - fix accessibility check sidebar deck is too wide
Regression from commit: 33ea719d6c6ad23dfca088853d95d5688782da2d
(tdf#157233 - A11y: Add global Accessibility check options for)
Change-Id: Ia6cf7d9e08488867c7e2dc4f89dfc417a950dbc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172208
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui index aca80c3403c8..489f19e9683e 100644 --- a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui +++ b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui @@ -18,12 +18,9 @@ <object class="GtkLabel" id="lbOptions"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> - <property name="label" translatable="yes" context="optsecuritypage|lbOptions">Adjust accessibility check options.</property> - <property name="wrap">True</property> - <property name="width-chars">56</property> - <property name="max-width-chars">56</property> - <property name="xalign">0</property> + <property name="label" translatable="yes" context="optsecuritypage|lbOptions">Adjust accessibility check options</property> </object> <packing> <property name="left-attach">0</property> @@ -36,7 +33,9 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> + <property name="halign">end</property> <property name="valign">center</property> + <property name="hexpand">True</property> <property name="use-underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="bOptions-atkobject"> |