diff --git a/Library/DialogManage.cpp b/Library/DialogManage.cpp index 8f39ae16..c9046257 100644 --- a/Library/DialogManage.cpp +++ b/Library/DialogManage.cpp @@ -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,