diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-04-03 12:21:08 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-04-03 11:41:14 +0200 |
commit | 994b41a6c69d20637dcb95894c385f5c0102d600 (patch) | |
tree | 0a2fbd977c7a8d764507660cc5c104ca2538c135 /solenv | |
parent | b81ea32945d553a712d651fe472ece921ac64d10 (diff) |
tdf#124155 change "gradient tab page" - increment & angle slider
Remove slider for increments as the increments should better be
left to "auto" and rarely modified (setting a value means it will
use a limitied amount of increments, but auto effectively means
as much as it is needed and can use the native backend for
drawing).
OTOH use a slider for setting the "angle" as it is already present
in hatch tab page. Angle needs a slider as it is usually one of
the main properties of a gradient (especially linear).
Increase the tab pages a bit (10px on every side) to have a bit of
breating space for all the widgets.
Change-Id: I66167fe2c97b53bc3627237279332bdd59fb03d7
Reviewed-on: https://gerrit.libreoffice.org/70175
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/sanitizers/ui/cui.suppr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr index 1ee15b260d09..c789c27b59a0 100644 --- a/solenv/sanitizers/ui/cui.suppr +++ b/solenv/sanitizers/ui/cui.suppr @@ -202,6 +202,7 @@ cui/uiconfig/ui/fmsearchdialog.ui://GtkLabel[@id='ftRecord'] orphan-label cui/uiconfig/ui/fmsearchdialog.ui://GtkLabel[@id='ftHint'] orphan-label cui/uiconfig/ui/gradientpage.ui://GtkScale[@id='incrementslider'] no-labelled-by cui/uiconfig/ui/gradientpage.ui://GtkLabel[@id='centerft'] orphan-label +cui/uiconfig/ui/gradientpage.ui://GtkScale[@id='angleslider'] no-labelled-by cui/uiconfig/ui/gradientpage.ui://GtkScale[@id='borderslider'] no-labelled-by cui/uiconfig/ui/effectspage.ui://GtkLabel[@id='label1'] orphan-label cui/uiconfig/ui/effectspage.ui://GtkLabel[@id='label2'] orphan-label |