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
35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="2%" y="6%" width="96%" height="88%" layout="vertical-row" >
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="Red" raw_text="Red" width="7f"/>
|
|
<gauge id="red_slider" min_value="0" max_value="100" proportion="1"/>
|
|
</div>
|
|
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="Green" raw_text="Green" width="7f"/>
|
|
<gauge id="green_slider" min_value="0" max_value="100" proportion="1"/>
|
|
</div>
|
|
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="Blue" raw_text="Blue" width="7f"/>
|
|
<gauge id="blue_slider" min_value="0" max_value="100" proportion="1"/>
|
|
</div>
|
|
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="SSAO radius" raw_text="SSAO Radius" width="7f"/>
|
|
<gauge id="ssao_radius" min_value="0" max_value="100" proportion="1" />
|
|
</div>
|
|
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="SSAO k" raw_text="SSAO K" width="7f"/>
|
|
<gauge id="ssao_k" min_value="0" max_value="100" proportion="1"/>
|
|
</div>
|
|
|
|
<div proportion="1" width="100%" layout="horizontal-row">
|
|
<label id="SSAO Sigma" raw_text="SSAO sigma" width="7f"/>
|
|
<gauge id="ssao_sigma" min_value="0" max_value="100" proportion="1"/>
|
|
</div>
|
|
</div>
|
|
</stkgui>
|