diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-03-13 09:49:59 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2021-03-18 08:29:11 +0100 |
commit | 48570b9b5e4939069f8a1a2541fd4efe6f2bb0aa (patch) | |
tree | 317b63bd9f8ce185992fd31a0e10906833a55ee6 /solenv | |
parent | bd43c754d3a6977fc2de80bce27d4045046cb32f (diff) |
tdf#140892 Outline Content Visibility Window button improvements
- Makes the horizontal position of the button near to the first character
horizontal position in the frame.
- For RTL frames places the button to the right.
- Changes the button symbol for show/expand content from a right-arrow
to a down-arrow and for hide/collapse content from a down-arrow to an
up-arrow.
- SymbolType enums are replaced with ButtonSymbol enums to represent the
button symbol for the outline content visibility state.
Change-Id: Ie5d94b0dec0690c0798098ed19e38cc13d9d2682
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112463
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/modules/swriter.suppr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/sanitizers/ui/modules/swriter.suppr b/solenv/sanitizers/ui/modules/swriter.suppr index c828774ca825..a3a2bbd9c799 100644 --- a/solenv/sanitizers/ui/modules/swriter.suppr +++ b/solenv/sanitizers/ui/modules/swriter.suppr @@ -122,8 +122,8 @@ sw/uiconfig/swriter/ui/notebookbar_groups.ui://GtkLabel[@id='formatgrouplabel'] sw/uiconfig/swriter/ui/notebookbar_groups.ui://GtkLabel[@id='insertgrouplabel'] orphan-label sw/uiconfig/swriter/ui/notebookbar_groups.ui://GtkLabel[@id='tablegrouplabel'] orphan-label sw/uiconfig/swriter/ui/notebookbar_groups.ui://GtkLabel[@id='imagegrouplabel'] orphan-label -sw/uiconfig/swriter/ui/outlinebutton.ui://GtkButton[@id='right'] button-no-label -sw/uiconfig/swriter/ui/outlinebutton.ui://GtkButton[@id='down'] button-no-label +sw/uiconfig/swriter/ui/outlinebutton.ui://GtkButton[@id='show'] button-no-label +sw/uiconfig/swriter/ui/outlinebutton.ui://GtkButton[@id='hide'] button-no-label sw/uiconfig/swriter/ui/pagemargincontrol.ui://GtkSpinButton[@id='hidden'] no-labelled-by sw/uiconfig/swriter/ui/pagesizecontrol.ui://GtkSpinButton[@id='metric'] no-labelled-by sw/uiconfig/swriter/ui/printmonitordialog.ui://GtkLabel[@id='docname'] orphan-label |