Tweak the default shadow-radius
We need to make the radius 1.5x bigger to achieve the same effect. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
6d3ea3564b
commit
34eb14fb0f
|
@ -2577,7 +2577,7 @@ session_init(session_t *ps_old, int argc, char **argv) {
|
|||
.shadow_red = 0.0,
|
||||
.shadow_green = 0.0,
|
||||
.shadow_blue = 0.0,
|
||||
.shadow_radius = 12,
|
||||
.shadow_radius = 18,
|
||||
.shadow_offset_x = -15,
|
||||
.shadow_offset_y = -15,
|
||||
.shadow_opacity = .75,
|
||||
|
|
Loading…
Reference in New Issue