From 28221d2f86f54192e5385f4e5ef4ddda45c45f0d Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Sun, 28 Jul 2019 20:24:06 +0100 Subject: [PATCH] Make the zoom lable a bit bigger Thanks Sami Farin for reporting and patch. Closes #686. --- src/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.c b/src/layout.c index fe9a31e0..873271f0 100644 --- a/src/layout.c +++ b/src/layout.c @@ -63,7 +63,7 @@ #define TOOLWINDOW_DEF_HEIGHT 450 #define PROGRESS_WIDTH 150 -#define ZOOM_LABEL_WIDTH 64 +#define ZOOM_LABEL_WIDTH 120 #define PANE_DIVIDER_SIZE 10 -- 2.20.1