1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

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

This commit is contained in:
bel
2014-01-17 22:26:49 +01:00
parent dd50cc65ca
commit ccda241b41

View File

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