More default tweaking

This commit is contained in:
TEC 2021-03-09 16:16:51 +08:00
parent c3103f66cc
commit 76c53c11d9
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 3 deletions

View File

@ -419,8 +419,8 @@ Note: you have to define this yourself, there is no default."
(screenshot--define-infix
"-i" "shadow-intensity" "Intensity of the shadow"
'integer 100
(read-number "Shadow width in px: " screenshot-shadow-intensity))
'integer 80
(read-number "Shadow intensity: " screenshot-shadow-intensity))
(screenshot--define-infix
"-c" "shadow-color" "Color of the shadow"
@ -429,7 +429,7 @@ Note: you have to define this yourself, there is no default."
(screenshot--define-infix
"-x" "shadow-offset-horizontal" "Shadow horizontal offset"
'integer 8
'integer -8
(read-number "Shadow horizontal offset in px: " screenshot-shadow-offset-horizontal))
(screenshot--define-infix