diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 20:58:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-15 13:55:00 +0100 |
commit | 053223085d786b4d1e595a63e01c47e97728e720 (patch) | |
tree | f01f8ac13e714e82e26b372596d2a5ce8c2ab37e /solenv | |
parent | 6deb0eea50a0dc7171459bdd1d662fde24de410c (diff) |
rework SvxColumnsToolBoxControl to be a PopupWindowController
and weld it, convert it and TableWindow to use two CustomWidgetController
for the content widgets. Change the ColumnsWindow from an auto-grow width
element to something with a fixed width and add a spinbutton to handle
the overflow cases that don't fit in the fixed width
Change-Id: I046a21dfd2a7c23828c4e2945b42c30db362b049
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86812
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/svx.suppr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr index b2c056964c43..4c89692d8ad1 100644 --- a/solenv/sanitizers/ui/svx.suppr +++ b/solenv/sanitizers/ui/svx.suppr @@ -6,6 +6,7 @@ svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkLabel[@id='rubytextft'] orphan- svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkEntry[@id='Left1ED'] no-labelled-by svx/uiconfig/ui/asianphoneticguidedialog.ui://GtkEntry[@id='Right1ED'] no-labelled-by svx/uiconfig/ui/colorwindow.ui://GtkButton[@id='auto_color_button'] button-no-label +svx/uiconfig/ui/columnswindow.ui://GtkSpinButton[@id='spinbutton'] no-labelled-by svx/uiconfig/ui/compressgraphicdialog.ui://GtkLabel[@id='label13'] orphan-label svx/uiconfig/ui/compressgraphicdialog.ui://GtkLabel[@id='label14'] orphan-label svx/uiconfig/ui/compressgraphicdialog.ui://GtkLabel[@id='label16'] orphan-label |