Avoid unnecessarily long button name.

It was sometimes using smaller text because of too little space.
This commit is contained in:
Deve
2018-12-07 22:22:12 +01:00
parent 3a307b4d9f
commit 6f706eb436

View File

@@ -32,7 +32,7 @@
<icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"
I18N="In the network lobby" text="Start race"/>
<icon-button id="config" proportion="1" height="60%" icon="gui/icons/main_options.png" align="top"
I18N="In the network lobby" text="Server Configuration"/>
I18N="In the network lobby" text="Configuration"/>
</div>
</div>
</div>