Renamed GetMinSizing() to GetMinButtonSize(), we do not use it for anything but button size

This commit is contained in:
Sergii Pylypenko
2021-05-07 22:52:01 +03:00
parent 1efdce0358
commit 26f6a01580
35 changed files with 114 additions and 123 deletions
+2 -2
View File
@@ -188,8 +188,8 @@ struct BuildConfirmationWindow : Window {
{
switch (widget) {
case WID_BC_OK:
size->width = GetMinSizing(NWST_BUTTON) * 2;
size->height = GetMinSizing(NWST_BUTTON) * 3;
size->width = GetMinButtonSize() * 2;
size->height = GetMinButtonSize() * 3;
break;
}
}