mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Set a few defaults automatically as a proof-of-concept (to reduce duplication)
See #18888
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user