From 2a8f226f727ed4e3a75d83463d67fc2fa5d9b7e3 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sat, 2 Oct 2021 19:30:49 +0300 Subject: [PATCH] GUI now fits better on lower resolution screens --- ExplorerPatcher/GUI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExplorerPatcher/GUI.h b/ExplorerPatcher/GUI.h index 45ea5ec..32d0e08 100644 --- a/ExplorerPatcher/GUI.h +++ b/ExplorerPatcher/GUI.h @@ -26,11 +26,11 @@ extern HMODULE hModule; #define GUI_POSITION_X CW_USEDEFAULT #define GUI_POSITION_Y CW_USEDEFAULT #define GUI_POSITION_WIDTH 467 -#define GUI_POSITION_HEIGHT 790 +#define GUI_POSITION_HEIGHT 690 #define GUI_WINDOWSWITCHER_THEME_CLASS "ControlPanelStyle" #define GUI_CAPTION_FONT_SIZE -22 #define GUI_TITLE_FONT_SIZE -12 -#define GUI_LINE_HEIGHT 30 +#define GUI_LINE_HEIGHT 26 #define GUI_CAPTION_LINE_HEIGHT 42 #define GUI_TEXTCOLOR RGB(0, 0, 0) #define GUI_PADDING 5