diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-25 20:39:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-26 10:06:49 +0200 |
commit | 592235d64d6f9638a61865712ca385ec58d688c4 (patch) | |
tree | 0d2b74e88313161d82a112ef1505819bf37cc526 /solenv | |
parent | 30f1617bd873d9ccf343a280ba27f476d4c7726e (diff) |
tdf#145296 use a 'clickable' widget for custom depth
Change-Id: Ifb64e1bef2a0b216f97fe112115a997973201268
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124164
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/svx.suppr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/sanitizers/ui/svx.suppr b/solenv/sanitizers/ui/svx.suppr index 47e7dbc7ef5d..0619e543e8e7 100644 --- a/solenv/sanitizers/ui/svx.suppr +++ b/solenv/sanitizers/ui/svx.suppr @@ -14,11 +14,11 @@ svx/uiconfig/ui/compressgraphicdialog.ui://GtkLabel[@id='label16'] orphan-label svx/uiconfig/ui/crashreportdlg.ui://GtkLabel[@id='ed_pre'] orphan-label svx/uiconfig/ui/crashreportdlg.ui://GtkTextView[@id='ed_post'] no-labelled-by svx/uiconfig/ui/crashreportdlg.ui://GtkTextView[@id='ed_bugreport'] no-labelled-by -svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth0'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth1'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth2'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth3'] button-no-label -svx/uiconfig/ui/depthwindow.ui://GtkRadioButton[@id='depth4'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth0'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth1'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth2'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth3'] button-no-label +svx/uiconfig/ui/depthwindow.ui://GtkToggleButton[@id='depth4'] button-no-label svx/uiconfig/ui/docking3deffects.ui://GtkButton[@id='corner'] button-no-label svx/uiconfig/ui/docking3deffects.ui://GtkScale[@id='horiscale'] no-labelled-by svx/uiconfig/ui/docking3deffects.ui://GtkScale[@id='vertscale'] no-labelled-by |