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
20 lines
759 B
XML
20 lines
759 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
|
<label height="70%" id="title" width="100%" text_align="top" word_wrap="true"/>
|
|
|
|
<spacer height="6%" width="10" />
|
|
|
|
<buttonbar id="buttons" height="24%" width="30%" align="center">
|
|
|
|
<icon-button id="confirm" width="128" height="128" icon="gui/icons/green_check.png"
|
|
I18N="In a 'are you sure?' dialog" text="Yes" align="center"/>
|
|
|
|
<icon-button id="cancel" width="128" height="128" icon="gui/icons/remove.png"
|
|
I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
|
|
|
|
</buttonbar>
|
|
<spacer width="20" height="1f" />
|
|
</div>
|
|
</stkgui>
|