1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-31 20:05:29 +01:00

GUI now fits better on lower resolution screens

This commit is contained in:
Valentin Radu 2021-10-02 19:30:49 +03:00
parent 335554975a
commit 2a8f226f72

View File

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