stk-code_catmod/data/gui/dialogs/press_a_key_dialog.stkgui
QwertyChouskie 365e0074ee UI/UX: Improve keybinding dialog
- Better icons for actions
- Make dialog bigger, fixes squashed text issue
2023-05-11 12:44:04 -07:00

21 lines
1005 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
<spacer 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 proportion="1" />
<buttonbar id="buttons" height="35%" width="100%" align="center">
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
I18N="When configuring input" text="Cancel" align="center"/>
<icon-button id="assignEsc" width="128" height="128" icon="gui/icons/keyboard.png"
I18N="When configuring input" text="Assign to ESC key" align="center"/>
<icon-button id="assignNone" width="128" height="128" icon="gui/icons/remove.png"
I18N="When configuring input" text="Assign nothing" align="center"/>
</buttonbar>
</div>
</stkgui>