98f00e6ea4
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11909 178a84e3-b1eb-0310-8ba1-8eac791a3b58
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
<stkgui>
|
|
|
|
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
|
|
|
|
<header id="title" width="100%" text_align="center" text="Paused" proportion="3" />
|
|
|
|
<!-- FIXME: some play in proportions occur below because the text of an icon
|
|
button is added UNDER it and not within its allocated height -->
|
|
<icon-button id="backbtn" align="center" icon="gui/back.png" extend_label="200"
|
|
I18N="Race paused button" text="Back to Race" proportion="3"/>
|
|
|
|
<spacer width="20" height="50" />
|
|
|
|
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
|
|
|
|
<icon-button id="newrace" width="128" height="128" icon="gui/main_race.png"
|
|
I18N="Race paused button" text="Setup New Race" word_wrap="true"/>
|
|
|
|
<icon-button id="restart" width="128" height="128" icon="gui/restart.png"
|
|
I18N="Race paused button" text="Restart Race" word_wrap="true"/>
|
|
|
|
<icon-button id="endrace" width="128" height="128" icon="gui/race_giveup.png"
|
|
I18N="Race paused button" text="Give Up Race" word_wrap="true"/>
|
|
|
|
<icon-button id="options" width="128" height="128" icon="gui/main_options.png"
|
|
I18N="Race paused button" text="Options" word_wrap="true"/>
|
|
|
|
<icon-button id="help" width="128" height="128" icon="gui/main_help.png"
|
|
I18N="Race paused button" text="Help" word_wrap="true"/>
|
|
|
|
<icon-button id="exit" width="128" height="128" icon="gui/main_quit.png"
|
|
I18N="Race paused button" text="Exit Race" word_wrap="true"/>
|
|
|
|
</buttonbar>
|
|
|
|
<spacer width="20" height="35" />
|
|
</div>
|
|
|
|
</stkgui>
|