Improve the input sensing text to be a bit clearer
This commit is contained in:
parent
196b5a2bbe
commit
e26239e364
@ -2,7 +2,7 @@
|
|||||||
<stkgui>
|
<stkgui>
|
||||||
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
<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" />
|
<spacer height="25" width="10" />
|
||||||
|
|
||||||
|
@ -539,7 +539,7 @@ void OptionsScreenDevice::eventCallback(Widget* widget,
|
|||||||
|
|
||||||
binding_to_set = (PlayerAction)n;
|
binding_to_set = (PlayerAction)n;
|
||||||
|
|
||||||
new PressAKeyDialog(0.4f, 0.4f);
|
new PressAKeyDialog(0.5f, 0.4f);
|
||||||
|
|
||||||
if (m_config->isKeyboard())
|
if (m_config->isKeyboard())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user