UI tweak : give the title bit spacing below top

This commit is contained in:
raven02 2013-08-21 01:55:04 +08:00
parent bc310e14f6
commit cdfd1c7494

View file

@ -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);