fix: Undo mistakes from merge

This commit is contained in:
2024-04-04 14:58:06 +01:00
parent 72c1457a7b
commit b1dcaa74f1
24 changed files with 161 additions and 181 deletions
+1 -1
View File
@@ -920,7 +920,7 @@ struct RefitWindow : public Window {
case WID_VR_INFO:
size->width = this->information_width + padding.height;
size->height = GetMinButtonSize(FONT_HEIGHT_NORMAL);
size->height = GetMinButtonSize();
break;
}
}