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
39 lines
2.0 KiB
XML
39 lines
2.0 KiB
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="User info dialog" text="User Info"/>
|
|
|
|
<spacer height="1f" width="50"/>
|
|
|
|
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
|
<div width="100%" height="fit" layout="horizontal-row">
|
|
<label id="desc" proportion="2" text_align="left" word_wrap="true" text=""/>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer height="3%" width="50"/>
|
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
|
|
|
<spacer height="3%" width="50"/>
|
|
|
|
<buttonbar id="options" width="90%" height="20%" align="center">
|
|
<icon-button id="remove" width="64" height="64" icon="gui/icons/package-uninstall.png"
|
|
I18N="User info dialog" text="Remove" label_location="bottom"/>
|
|
<icon-button id="friend" width="64" height="64" icon="gui/icons/main_help.png"
|
|
I18N="User info dialog" text="Add Friend" label_location="bottom"/>
|
|
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
|
|
I18N="User info dialog" text="Accept" label_location="bottom"/>
|
|
<icon-button id="decline" width="64" height="64" icon="gui/icons/red_mark.png"
|
|
I18N="User info dialog" text="Decline" label_location="bottom"/>
|
|
<icon-button id="enter" width="64" height="64" icon="gui/icons/difficulty_medium.png"
|
|
I18N="User info dialog" text="View" label_location="bottom"/>
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
|
I18N="User info dialog" text="Close" label_location="bottom"/>
|
|
</buttonbar>
|
|
<spacer width="20" height="1f" />
|
|
</div>
|
|
</stkgui>
|
|
|