stk-code_catmod/data/gui/online/vote_dialog.stkgui
unitraxx 9a4c93f2de Implemented a callback listener for the login dialog. Added a vote dialog for addons.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-07-31 20:47:06 +00:00

26 lines
920 B
Plaintext

<stkgui>
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
I18N="In the vote dialog' dialog" text="Vote"/>
<spacer proportion="1" width="50">
<div width="80%" height="fit" layout="vertical-row" >
<ratingbar id="rating" height="64" width="100%"/>
</div>
<spacer proportion="1" width="50">
<buttonbar id="options" width="25%" height="15%" align="center">
<icon-button id="submit" width="64" height="64" icon="gui/green_check.png"
I18N="Vote dialog" text="Submit" label_location="none"/>
<icon-button id="cancel" width="64" height="64" icon="gui/main_quit.png"
I18N="Vote dialog" text="Cancel" label_location="none"/>
</buttonbar>
</div>
</stkgui>