Bigger icons
This commit is contained in:
parent
da84b8598b
commit
deba0b41ef
@ -3,7 +3,7 @@
|
||||
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
||||
<label id="title" width="100%" text_align="left" word_wrap="true" proportion="1" />
|
||||
|
||||
<spacer height="10" width="10" />
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<button id="continue" I18N="Button in tutorial" text="Continue" align="right"/>
|
||||
</div>
|
||||
|
@ -5,15 +5,15 @@
|
||||
<div x="1%" y="0%" width="98%" height="99%" layout="vertical-row" >
|
||||
<header text_align="center" height="fit" text="User search" align="center"/>
|
||||
|
||||
<spacer width="10" height="10"/>
|
||||
<spacer width="10" height="2%"/>
|
||||
|
||||
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
||||
<textbox id="search_box" height="fit" proportion="1"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<spacer width="2%" height="10"/>
|
||||
<button id="search_button" height="100%" width="fit" text="Search" />
|
||||
</div>
|
||||
|
||||
<spacer width="10" height="10"/>
|
||||
<spacer width="10" height="2%"/>
|
||||
|
||||
<box proportion="1" width="100%" align="center" layout="vertical-row" padding="6">
|
||||
<list id="user_list" x="0" y="0" width="100%" height="100%"/>
|
||||
|
@ -56,19 +56,19 @@
|
||||
|
||||
<spacer width="20" height="2%"/>
|
||||
|
||||
<div width="90%" align="center" layout="vertical-row" height="18%">
|
||||
<div width="90%" align="center" layout="vertical-row" height="13%">
|
||||
<buttonbar id="options" width="100%" height="100%" align="center">
|
||||
<icon-button id="ok" width="fit" height="fit" 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"/>
|
||||
<icon-button id="new_user" width="fit" height="fit" icon="gui/icons/blue_plus.png"
|
||||
<icon-button id="new_user" width="128" height="128" icon="gui/icons/blue_plus.png"
|
||||
I18N="In the user screen" text="Add" label_location="bottom"/>
|
||||
<icon-button id="delete" width="fit" height="fit" icon="gui/icons/remove.png"
|
||||
<icon-button id="delete" width="128" height="128" icon="gui/icons/remove.png"
|
||||
I18N="In the user screen" text="Delete" label_location="bottom"/>
|
||||
<icon-button id="rename" width="fit" height="fit" icon="gui/icons/rename.png"
|
||||
<icon-button id="rename" width="128" height="128" icon="gui/icons/rename.png"
|
||||
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
||||
<icon-button id="default_kart_color" width="fit" height="fit" 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"/>
|
||||
<icon-button id="cancel" width="fit" height="fit" icon="gui/icons/main_quit.png"
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
|
@ -77,19 +77,19 @@
|
||||
|
||||
<spacer width="20" height="2%"/>
|
||||
|
||||
<div width="100%" align="center" layout="vertical-row" height="18%">
|
||||
<div width="100%" align="center" layout="vertical-row" height="13%">
|
||||
<buttonbar id="options" width="100%" height="100%" align="center">
|
||||
<icon-button id="ok" width="fit" height="fit" 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"/>
|
||||
<icon-button id="new_user" width="fit" height="fit" icon="gui/icons/blue_plus.png"
|
||||
<icon-button id="new_user" width="128" height="128" icon="gui/icons/blue_plus.png"
|
||||
I18N="In the user screen" text="Add" label_location="bottom"/>
|
||||
<icon-button id="delete" width="fit" height="fit" icon="gui/icons/remove.png"
|
||||
<icon-button id="delete" width="128" height="128" icon="gui/icons/remove.png"
|
||||
I18N="In the user screen" text="Delete" label_location="bottom"/>
|
||||
<icon-button id="rename" width="fit" height="fit" icon="gui/icons/rename.png"
|
||||
<icon-button id="rename" width="128" height="128" icon="gui/icons/rename.png"
|
||||
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
||||
<icon-button id="default_kart_color" width="fit" height="fit" 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"/>
|
||||
<icon-button id="cancel" width="fit" height="fit" icon="gui/icons/main_quit.png"
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user