Make init android dialog header more visible
This commit is contained in:
parent
64b58e5790
commit
06500e18ca
@ -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"/>
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user