mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Manage: Make more room for Settings checkboxes
This commit is contained in:
parent
e6525c95cb
commit
13d6a20805
@ -1857,16 +1857,16 @@ void DialogManage::TabSettings::Create(HWND owner)
|
||||
333, 34, 25, 14,
|
||||
WS_VISIBLE | WS_TABSTOP, 0),
|
||||
CT_CHECKBOX(Id_CheckForUpdatesCheckBox, ID_STR_CHECKFORUPDATES,
|
||||
6, 55, 150, 9,
|
||||
6, 55, 200, 9,
|
||||
WS_VISIBLE | WS_TABSTOP, 0),
|
||||
CT_CHECKBOX(Id_LockSkinsCheckBox, ID_STR_DISABLEDRAGGING,
|
||||
6, 68, 150, 9,
|
||||
6, 68, 200, 9,
|
||||
WS_VISIBLE | WS_TABSTOP, 0),
|
||||
CT_CHECKBOX(Id_ShowTrayIconCheckBox, ID_STR_SHOWNOTIFICATIONAREAICON,
|
||||
6, 81, 150, 9,
|
||||
6, 81, 200, 9,
|
||||
WS_VISIBLE | WS_TABSTOP, 0),
|
||||
CT_CHECKBOX(Id_UseD2DCheckBox, ID_STR_USED2D,
|
||||
6, 94, 150, 9,
|
||||
6, 94, 200, 9,
|
||||
WS_VISIBLE | WS_TABSTOP, 0),
|
||||
CT_BUTTON(Id_ResetStatisticsButton, ID_STR_RESETSTATISTICS,
|
||||
6, 110, buttonWidth + 20, 14,
|
||||
|
Loading…
Reference in New Issue
Block a user