mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
UI tweak : give the title bit spacing below top
This commit is contained in:
parent
bc310e14f6
commit
cdfd1c7494
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ void MainScreen::CreateViews() {
|
|||
|
||||
I18NCategory *m = GetI18NCategory("MainMenu");
|
||||
|
||||
Margins actionMenuMargins(0, 0, 10, 0);
|
||||
Margins actionMenuMargins(0, 20, 10, 0);
|
||||
|
||||
root_ = new LinearLayout(ORIENT_HORIZONTAL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue