UI/UX: Use more applicable icons and labels

This commit is contained in:
QwertyChouskie 2023-04-27 01:04:37 -07:00
parent 315af9a7f9
commit 85d12931ce
6 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
I18N="In the enter address dialog" text="Cancel" align="center"/> I18N="In the enter address dialog" text="Cancel" align="center"/>
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png" <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> </buttonbar>
</div> </div>

View File

@ -27,8 +27,8 @@
</div> </div>
<spacer height="1%" width="5"/> <spacer height="1%" width="5"/>
<buttonbar id="options" width="90%" proportion="4" align="center"> <buttonbar id="options" width="90%" proportion="4" align="center">
<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 server info dialog" text="Cancel" label_location="bottom"/> 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" <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"/> 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" <icon-button id="join" width="128" height="128" icon="gui/icons/green_check.png"

View File

@ -21,7 +21,7 @@
<buttonbar id="options" width="90%" height="20%" align="center"> <buttonbar id="options" width="90%" height="20%" align="center">
<icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png" <icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png"
I18N="User info dialog" text="Close" label_location="bottom"/> 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"/> I18N="User info dialog" text="Remove" label_location="bottom"/>
<icon-button id="friend" width="64" height="64" icon="gui/icons/blue_plus.png" <icon-button id="friend" width="64" height="64" icon="gui/icons/blue_plus.png"
I18N="User info dialog" text="Add Friend" label_location="bottom"/> I18N="User info dialog" text="Add Friend" label_location="bottom"/>

View File

@ -70,7 +70,7 @@
<label id="info" proportion="1" width="100%" align="center" text_align="center" word_wrap="true" text=""/> <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"> <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"/> 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" <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"/> I18N="In the server creation screen" text="Create" label_location="bottom"/>

View File

@ -65,7 +65,7 @@
I18N="In the user screen" text="Rename" label_location="bottom"/> 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" <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"/> 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"/> I18N="In the user screen" text="Cancel" label_location="bottom"/>
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png" <icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
I18N="In the user screen" text="OK" label_location="bottom"/> I18N="In the user screen" text="OK" label_location="bottom"/>

View File

@ -87,7 +87,7 @@
I18N="In the user screen" text="Rename" label_location="bottom"/> 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" <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"/> 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"/> I18N="In the user screen" text="Cancel" label_location="bottom"/>
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png" <icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
I18N="In the user screen" text="OK" label_location="bottom"/> I18N="In the user screen" text="OK" label_location="bottom"/>