6cc75a106b
* Smarter size * Better size * Smarter row size * Smarter size * Fix #3792 * Bigger title && use 4 spaces * Fix #3792 * Better credits * Smarter size * Less lines to preserve space * Smarter icon size * Better size * Completely fix #3792 Using buttonbar in every line can avoid scaling problems * Completely fix #3792 * Completely fix #3792 * Add space under the screen * Make space smaller * Smarter ratingbar size * Better size * More reasonable size for powerup texts * Better spacer under the screen * Sparter space under buttons * Smarter space under buttons * Smarter space * Smaeter space under icons * Smarter space under buttons * Smarter space * Smarter space under butons * Smarter space * Smarter space under buttons * Smarter space * Smarter space under buttons * Smarter space * Smarter stars size * Fix an extra line * change buttonbar back into ribbon * dont declare the width of the buttons It may cause some characters partly showed or hidden in some lang
24 lines
894 B
XML
24 lines
894 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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" text="Vote"/>
|
|
|
|
<spacer height="2%" width="50"/>
|
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
|
|
|
<spacer height="2%" width="50"/>
|
|
|
|
<ratingbar id="rating" align="center" height="1f" width="3f"/>
|
|
|
|
<spacer height="4%" width="50"/>
|
|
|
|
<buttonbar id="options" width="25%" height="20%" align="center">
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
|
I18N="Vote dialog" text="Close" label_location="none"/>
|
|
</buttonbar>
|
|
<spacer height="1f" width="10"/>
|
|
</div>
|
|
</stkgui>
|