Set a few defaults automatically as a proof-of-concept (to reduce duplication)

See #18888
This commit is contained in:
Henrik Rydgård
2026-01-05 19:03:43 +01:00
parent ccb7eee91d
commit 38ebb9d729
9 changed files with 53 additions and 21 deletions
+1 -1
View File
@@ -1212,7 +1212,7 @@ void MainScreen::CreateMainButtons(UI::ViewGroup *parent, bool portrait) {
}
if (!portrait) {
parent->Add(new Spacer(25.0));
parent->Add(new Spacer(16.0));
}
// Remove the exit button in vertical layout on all platforms, just no space.