blob: 7ee3ce957ac40a0330038eb3c8db11c452026fce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_avatar">
<string name="Subtitle">
[AGE]
</string>
<string name="Details">
[ACCTTYPE], [PAYMENTINFO]
Profil : [SL_PROFILE]
</string>
<slider name="volume_slider" tool_tip="Volume de la voix" value="0.5"/>
<button label="Devenir amis" name="add_friend_btn"/>
</floater>
|