UI/UX: Use more applicable icons and labels
This commit is contained in:
parent
315af9a7f9
commit
85d12931ce
@ -15,7 +15,7 @@
|
||||
I18N="In the enter address dialog" text="Cancel" align="center"/>
|
||||
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the enter address dialog" text="OK" align="center"/>
|
||||
I18N="In the enter address dialog" text="Join" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
</div>
|
||||
|
@ -27,8 +27,8 @@
|
||||
</div>
|
||||
<spacer height="1%" width="5"/>
|
||||
<buttonbar id="options" width="90%" proportion="4" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="In the server info dialog" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="In the server info dialog" text="Back" label_location="bottom"/>
|
||||
<icon-button id="bookmark" width="128" height="128" icon="gui/icons/story_mode_book.png"
|
||||
I18N="In the server info dialog" text="Bookmark this server" label_location="bottom"/>
|
||||
<icon-button id="join" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
|
@ -21,7 +21,7 @@
|
||||
<buttonbar id="options" width="90%" height="20%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png"
|
||||
I18N="User info dialog" text="Close" label_location="bottom"/>
|
||||
<icon-button id="remove" width="64" height="64" icon="gui/icons/package-uninstall.png"
|
||||
<icon-button id="remove" width="64" height="64" icon="gui/icons/remove.png"
|
||||
I18N="User info dialog" text="Remove" label_location="bottom"/>
|
||||
<icon-button id="friend" width="64" height="64" icon="gui/icons/blue_plus.png"
|
||||
I18N="User info dialog" text="Add Friend" label_location="bottom"/>
|
||||
|
@ -70,7 +70,7 @@
|
||||
<label id="info" proportion="1" width="100%" align="center" text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<buttonbar id="options" x="0" y="0" width="40%" height="15%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png"
|
||||
I18N="In the server creation screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="create" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the server creation screen" text="Create" label_location="bottom"/>
|
||||
|
@ -65,7 +65,7 @@
|
||||
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
||||
<icon-button id="default_kart_color" width="128" height="128" icon="gui/icons/edit.png"
|
||||
I18N="In the user screen" text="Kart color" label_location="bottom"/>
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the user screen" text="OK" label_location="bottom"/>
|
||||
|
@ -87,7 +87,7 @@
|
||||
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
||||
<icon-button id="default_kart_color" width="128" height="128" icon="gui/icons/edit.png"
|
||||
I18N="In the user screen" text="Kart color" label_location="bottom"/>
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the user screen" text="OK" label_location="bottom"/>
|
||||
|
Loading…
Reference in New Issue
Block a user