diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-06-18 16:15:06 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-06-20 10:59:18 +0200 |
commit | e74a5bea04483dc96ef6d4b34edd8735ec73bcd8 (patch) | |
tree | dd68e6715f22587617c3a9d6fcc7b6dff0d99cef /sw/uiconfig | |
parent | 494161a9c8a9acca4d200d06c44ef6db794c0bea (diff) |
tdf#159906 - A11Y: Add new direct character formatting group level
for Formatted warnings and keep them not expanded (default) to avoid
to many visible warning message on the sidebar.
Change-Id: Ic251909d793198c3c4ce5e132b763c15ac1c9a9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169110
Tested-by: Jenkins
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui index 3918611f7590..7bf6885fd49a 100644 --- a/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui +++ b/sw/uiconfig/swriter/ui/a11ycheckissuespanel.ui @@ -177,6 +177,34 @@ <property name="margin-start">6</property> <property name="orientation">vertical</property> <child> + <object class="GtkExpander" id="expand_direct_formatting"> + <property name="can-focus">True</property> + <child> + <object class="GtkBox" id="box_direct_formatting"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-start">6</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="expand_direct_formatting_label"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="label" translatable="yes" context="a11ycheckissuespanel|expand_formatting_label">Direct Formatting</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> <placeholder/> </child> </object> @@ -221,7 +249,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">6</property> + <property name="position">7</property> </packing> </child> <child> @@ -250,7 +278,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">7</property> + <property name="position">8</property> </packing> </child> <child> @@ -279,7 +307,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">8</property> + <property name="position">9</property> </packing> </child> <child> @@ -308,7 +336,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">9</property> + <property name="position">10</property> </packing> </child> </object> |