From ccda241b410f874ba5e7c35d6215e5c9a4dc8256 Mon Sep 17 00:00:00 2001 From: bel Date: Fri, 17 Jan 2014 22:26:49 +0100 Subject: [PATCH] Increase label width for Edit Settings dialog, so all current option names fit --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 3ae1179a..bdcd6f2e 100644 --- a/src/main.c +++ b/src/main.c @@ -764,8 +764,8 @@ static void add_control(unsigned char **mem, DLGTEMPLATE *dia, WORD type, static void show_settings_dialog() { #define HEIGHT 15 -#define WIDTH 400 -#define LABEL_WIDTH 80 +#define WIDTH 450 +#define LABEL_WIDTH 85 unsigned char mem[4096], *p; const char **option_names, *long_option_name;