mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-05 14:24:26 +00:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user