Merge pull request #3278 from raven02/patch-4

UI tweak : give the PPSSPP title bit spacing below top
This commit is contained in:
Henrik Rydgård 2013-08-20 11:08:25 -07:00
commit 6219131741

View File

@ -468,7 +468,7 @@ void MainScreen::CreateViews() {
I18NCategory *m = GetI18NCategory("MainMenu");
Margins actionMenuMargins(0, 0, 10, 0);
Margins actionMenuMargins(0, 10, 10, 0);
root_ = new LinearLayout(ORIENT_HORIZONTAL);