소스 검색

Increase label width for Edit Settings dialog, so all current option names fit

bel 11 년 전
부모
커밋
ccda241b41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main.c

+ 2 - 2
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;