d812bc4289
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5743 178a84e3-b1eb-0310-8ba1-8eac791a3b58
16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
<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" />
|
|
|
|
<spacer height="25" width="10" />
|
|
|
|
<button id="assignEsc" I18N="When configuring input" text="Assign to ESC key" align="center"/>
|
|
<spacer height="10" width="10" />
|
|
<button id="cancel" I18N="When configuring input" text="Press ESC to cancel" align="center"/>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|