2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-12 01:07:26 +00:00
|
|
|
<stkgui>
|
2014-06-19 09:49:36 +02:00
|
|
|
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
|
2013-07-12 01:07:26 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
|
2018-09-16 16:37:42 +02:00
|
|
|
<icon-button id="back" height="100%" icon="gui/icons/back.png"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
<header text_align="center" proportion="1" text="Server Selection" align="center"/>
|
2018-09-16 16:37:42 +02:00
|
|
|
<icon-button id="reload" height="90%" icon="gui/icons/restart.png"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</div>
|
2013-07-12 01:07:26 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
2018-12-15 08:05:37 +01:00
|
|
|
<list id="server_list" x="0" y="0" width="100%" height="93%" word_wrap="true"
|
|
|
|
alternate_bg="true" line_height="small"/>
|
2018-09-05 12:19:11 +08:00
|
|
|
<textbox id="searcher" width="100%" height="7%"/>
|
2014-06-19 09:49:36 +02:00
|
|
|
</box>
|
2018-03-14 00:50:19 +08:00
|
|
|
<div width="99%" align="center" layout="vertical-row" height="fit">
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
|
|
|
<checkbox width="fit" id="private_server" text_align="left"/>
|
|
|
|
<spacer width="10"/>
|
|
|
|
<label proportion="1" height="100%" text_align="left"
|
2018-09-26 18:57:38 -04:00
|
|
|
I18N="In the server selection screen" text="Show private server(s)"/>
|
2018-08-28 14:43:48 +08:00
|
|
|
<checkbox width="fit" id="game_started" text_align="left"/>
|
|
|
|
<spacer width="10"/>
|
|
|
|
<label proportion="1" height="100%" text_align="left"
|
2018-08-29 02:37:08 +02:00
|
|
|
I18N="In the server selection screen" text="Hide servers with an ongoing game"/>
|
2018-03-14 00:50:19 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-07-12 01:07:26 +00:00
|
|
|
</div>
|
|
|
|
</stkgui>
|