Improve the input sensing text to be a bit clearer

This commit is contained in:
auria.mg 2018-02-13 20:35:07 -05:00
parent 196b5a2bbe
commit e26239e364
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<stkgui>
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
<label id="title" width="100%" text_align="center" text="Press a key" proportion="1" />
<label id="title" width="100%" text_align="center" text="Press fully and release..." proportion="1" I18N="When changing input configurations" word_wrap="true"/>
<spacer height="25" width="10" />

View File

@ -539,7 +539,7 @@ void OptionsScreenDevice::eventCallback(Widget* widget,
binding_to_set = (PlayerAction)n;
new PressAKeyDialog(0.4f, 0.4f);
new PressAKeyDialog(0.5f, 0.4f);
if (m_config->isKeyboard())
{