Merge pull request #2902 from glippi/drop-shadow-negative-spread

 Allow negative values for shadow spread
This commit is contained in:
Pablo Alba 2023-02-08 11:31:23 +01:00 committed by GitHub
commit af30df58dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,6 @@
:placeholder "--"
:on-click (select-text adv-spread-ref)
:on-change (update-attr index :spread valid-number?)
:min 0
:value (:spread value)}]
[:span.after (tr "workspace.options.shadow-options.spread")]]]