stk-code_catmod/data/gui/dialogs/online/player_rankings_dialog.stkgui

31 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-05-19 13:15:39 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
2019-06-26 09:58:02 -04:00
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<header id="title" width="100%" height="fit" text_align="center"
2018-05-19 13:15:39 -04:00
word_wrap="true" I18N="In player rankings dialog"
text="Top 10 players"/>
2019-06-26 18:32:03 -04:00
<spacer height="1%" width="20" />
2018-05-19 13:15:39 -04:00
<box x="2%" width="90%" height="60%" align="center" layout="vertical-row"
padding="6">
<list id="top-ten" x="0" y="0" width="100%" height="100%"/>
</box>
<label id="cur-rank" proportion="1" width="90%" align="center"
text_align="center" word_wrap="true" text=""/>
2019-06-26 09:58:02 -04:00
<spacer height="1%" width="20" />
2018-05-19 13:15:39 -04:00
2019-06-26 09:58:02 -04:00
<buttonbar id="options" width="90%" height="14%" align="center">
<icon-button id="ok" width="128" height="128"
icon="gui/icons/green_check.png" text="OK"
2018-05-19 13:15:39 -04:00
label_location="bottom"/>
2019-06-26 09:58:02 -04:00
<icon-button id="refresh" width="128" height="128"
icon="gui/icons/restart.png"
2018-05-19 13:15:39 -04:00
text="Refresh" label_location="bottom"/>
</buttonbar>
2019-06-26 10:03:20 -04:00
<spacer height="1f" width="20"/>
2018-05-19 13:15:39 -04:00
</div>
</stkgui>