summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorA_GAN <ganzouri97@gmail.com>2020-07-14 12:42:30 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-07-17 10:19:07 +0200
commit710edb329fe73433f17e81839313ac9551a4aec4 (patch)
tree85669e9d007c33e27a853091cbeb6e77df8cd6e2 /sd/sdi
parent457ffe960dfdbd0200292ad9c9835d947dd35c73 (diff)
Add UI for blur radius in shadow panel
Update shadow property panel with spin button to control blur radius of the shadow. Change-Id: I5856e86a7963682c81d9e53a1bef857aba2f3c21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98718 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/_drvwsh.sdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index 6d5d5740a8ed..63f956e55591 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -1829,6 +1829,11 @@ interface DrawView
ExecMethod = FuTemporary ;
StateMethod = GetAttrState ;
]
+ SID_ATTR_SHADOW_BLUR
+ [
+ ExecMethod = FuTemporary ;
+ StateMethod = GetAttrState ;
+ ]
SID_ATTR_SHADOW_XDISTANCE
[
ExecMethod = FuTemporary;