[idd] helper: set config window minimum size

This improves aesthetics and prevents widgets from getting clipped when
the window is too small.
This commit is contained in:
Quantum
2026-06-02 23:46:46 -04:00
committed by Geoffrey McRae
parent 976be95177
commit 3ef8344e9f
2 changed files with 18 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ class CConfigWindow : public CWindow
std::optional<std::vector<DisplayMode>> m_modes;
std::optional<DWORD> m_defaultRefresh;
void getMinimumSize(LONG &width, LONG &height);
void updateFont();
void updateModeList();
void onModeListSelectChange();