Manage: Make more room for Settings checkboxes

This commit is contained in:
Birunthan Mohanathas 2014-06-02 18:37:22 +03:00
parent e6525c95cb
commit 13d6a20805

View File

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