Make init android dialog header more visible

This commit is contained in:
Benau 2021-02-03 01:24:58 +08:00
parent 64b58e5790
commit 06500e18ca
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
<box width="100%" height="75%" padding="10" layout="vertical-row">
<bright width="100%" text="Select a type of control that you prefer" align="center" text_align="left" word_wrap="true"/>
<header width="100%" text="Select a type of control that you prefer" align="center" text_align="center" word_wrap="true"/>
<spacer height="7%" width="10"/>

View File

@ -2218,7 +2218,7 @@ int main(int argc, char *argv[])
if (!android_tv && irr_driver->getDevice()->supportsTouchDevice())
{
InitAndroidDialog* init_android = new InitAndroidDialog(
0.6f, 0.6f);
0.8f, 0.8f);
GUIEngine::DialogQueue::get()->pushDialog(init_android);
}
}