From 592235d64d6f9638a61865712ca385ec58d688c4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 25 Oct 2021 20:39:41 +0100 Subject: tdf#145296 use a 'clickable' widget for custom depth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifb64e1bef2a0b216f97fe112115a997973201268 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124164 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- solenv/sanitizers/ui/svx.suppr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'solenv/sanitizers/ui') 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 -- cgit