Improved layout.

This commit is contained in:
hiker 2018-12-11 01:27:14 +11:00
parent 89cc549ebc
commit b2238a4c18
3 changed files with 6 additions and 6 deletions

6
data/gui/screens/online/network_karts.stkgui Executable file → Normal file
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="1%" y="1%" width="98%" height="99%" layout="vertical-row" >
<div x="1%" y="1%" width="98%" height="96%" layout="vertical-row" >
<header width="80%"
I18N="In the kart selection (player setup) screen"
@ -22,8 +22,8 @@
<tabs width="98%" x="1%" height="5%" id="kartgroups">
</tabs>
<spacer width="100%" height="2%"/>
<progressbar id="timer" height="4%" width="100%"></progressbar>
<progressbar x="1%" id="timer" height="4%" width="98%"></progressbar>
</div>
<icon-button id="back" x="1%" y="0" height="8%" icon="gui/icons/back.png"/>
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
</stkgui>

View File

@ -6,7 +6,7 @@
<header width="80%" I18N="In the track selection screen" text="Votes"
align="center" text_align="center" />
<div id="rect-box" width="100%" height="80%" padding="15" layout="vertical-row">
<div id="rect-box" width="100%" height="89%" padding="15" layout="vertical-row">
<div proportion="1" width="100%" layout="horizontal-row" padding="1">
<box id="rect-box0" width="24%" height="100%" padding="15" layout="vertical-row">
<label id="name-0" width="100%" height="10%"/>
@ -60,7 +60,7 @@
<label id="reverse-7" width="5%" height="10%"/>
</box>
</div>
<progressbar id="timer" height="4%" width="100%"></progressbar>
</div>
<progressbar x="1%" id="timer" height="4%" width="98%"></progressbar>
</div>
</stkgui>

View File

@ -34,6 +34,6 @@
<label id="reverse-text" width="78%" I18N="In the track screen" text_align="left"/>
</div>
</box>
<progressbar id="timer" height="4%" width="100%"></progressbar>
<progressbar x="1%" id="timer" height="4%" width="98%"></progressbar>
</div>
</stkgui>