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:
Yuxuan Shui 2019-01-02 11:14:27 +00:00
parent 6d3ea3564b
commit 34eb14fb0f
1 changed files with 1 additions and 1 deletions

View File

@ -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,