From ec67361bb19d4c43ca41df6a56beb5b29344bc6a Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Thu, 23 Oct 2025 23:53:07 -0400 Subject: increase spacing for horizontal layout --- layer_surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layer_surface.c') diff --git a/layer_surface.c b/layer_surface.c index bf17d45..bc3ef56 100644 --- a/layer_surface.c +++ b/layer_surface.c @@ -18,7 +18,7 @@ void create_surface(client_state* state) { if (state->center) { desired_width = MAX(state->required_width, min_width); } - if (state->lines > 0) { + if (state->lines) { desired_height = (state->lines + 1) * state->line_height; } -- cgit v1.2.3