2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-08-16 20:11:03 -04:00
|
|
|
<stkgui>
|
2019-06-08 16:01:54 -04:00
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
2013-08-16 20:11:03 -04:00
|
|
|
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
2019-05-10 13:47:45 -04:00
|
|
|
I18N="User info dialog" text="User Info"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-05-17 15:42:45 -04:00
|
|
|
<spacer height="1f" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-06-14 23:09:31 -04:00
|
|
|
<div width="80%" align="center" layout="vertical-row" height="20%" >
|
|
|
|
<div width="100%" height="100%" layout="horizontal-row">
|
|
|
|
<label id="desc" width="100%" height="100%" text_align="left" word_wrap="true" text=""/>
|
2013-08-16 20:11:03 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-05-17 15:42:45 -04:00
|
|
|
<spacer height="3%" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-16 20:11:03 -04:00
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-05-17 15:42:45 -04:00
|
|
|
<spacer height="3%" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-16 20:11:03 -04:00
|
|
|
<buttonbar id="options" width="90%" height="20%" align="center">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="remove" width="64" height="64" icon="gui/icons/package-uninstall.png"
|
2013-08-22 20:49:46 -04:00
|
|
|
I18N="User info dialog" text="Remove" label_location="bottom"/>
|
2020-04-08 21:17:07 -04:00
|
|
|
<icon-button id="friend" width="64" height="64" icon="gui/icons/blue_plus.png"
|
2013-08-18 10:54:41 -04:00
|
|
|
I18N="User info dialog" text="Add Friend" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
|
2013-08-18 10:54:41 -04:00
|
|
|
I18N="User info dialog" text="Accept" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="decline" width="64" height="64" icon="gui/icons/red_mark.png"
|
2013-08-18 10:54:41 -04:00
|
|
|
I18N="User info dialog" text="Decline" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="enter" width="64" height="64" icon="gui/icons/difficulty_medium.png"
|
2013-08-18 10:54:41 -04:00
|
|
|
I18N="User info dialog" text="View" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
2013-08-20 13:36:20 -04:00
|
|
|
I18N="User info dialog" text="Close" label_location="bottom"/>
|
2013-08-16 20:11:03 -04:00
|
|
|
</buttonbar>
|
2019-06-26 10:03:20 -04:00
|
|
|
<spacer height="1f" width="20"/>
|
2013-08-16 20:11:03 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|
2019-06-08 16:01:54 -04:00
|
|
|
|