Fixed advanced settings UI

This commit is contained in:
Sergii Pylypenko
2016-07-01 21:50:45 +03:00
parent a36d05567e
commit f2097e7448
2 changed files with 6 additions and 6 deletions

View File

@@ -1889,7 +1889,7 @@ int SETTING_BUTTON_HEIGHT = 10;
*/
void CheckWindowMinSizings()
{
SETTING_BUTTON_HEIGHT = max<int>(GetMinSizing(NWST_STEP) - 10, 10);
SETTING_BUTTON_HEIGHT = GetMinSizing(NWST_STEP);
SETTING_BUTTON_WIDTH = 2 * SETTING_BUTTON_HEIGHT;
}