38 lines
2.2 KiB
XML
38 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<!-- All our XML is utf-8 encoded. -->
|
|
|
|
<!-- Floaters can optionally have their titlebar drag handle on the left.
|
|
If so, the title is not visible.
|
|
When a floater is resizable, a min_width and min_height must be specified. -->
|
|
<floater name="floater_contact_groups" title="Manage Contact Groups" rect_control="FloaterContactRect"
|
|
can_resize="true" can_minimize="false" can_close="true" can_drag_on_left="false" width="335"
|
|
height="275" min_width="260" min_height="275">
|
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-35" drop_shadow_visible="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
|
mouse_opaque="true" name="InstructManageContacts" v_pad="0"
|
|
width="240">
|
|
Select a group (Or press New to create one):
|
|
</text>
|
|
<combo_box allow_text_entry="true" enabled="true" follows="left|top|right"
|
|
bottom_delta="-20" height="18" hidden="false" left="10" right="-96" max_chars="20" mouse_opaque="true"
|
|
tool_tip="Buddy group" name="buddy_group_combobox" width="200">
|
|
<combo_item type="string" length="20" enabled="true" name="All" value="All">
|
|
All
|
|
</combo_item>
|
|
</combo_box>
|
|
<button follows="top|right" bottom_delta="-1" height="20" label="+" right="-71" name="combo_group_add" width="21" />
|
|
<button follows="top|right" bottom_delta="0" height="20" label="-" left_delta="22" name="combo_group_remove" width="21" />
|
|
<button follows="top|right" bottom_delta="0" height="20" label="New" left_delta="22" name="combo_group_create" width="40" />
|
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-18" drop_shadow_visible="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
|
mouse_opaque="true" name="contact_list_text" v_pad="0"
|
|
width="240">
|
|
Currently in:
|
|
</text>
|
|
<scroll_list background_visible="true" bottom="15" column_padding="5"
|
|
draw_border="true" draw_heading="false" draw_stripes="true"
|
|
follows="left|top|right|bottom" left="10" right="-10" mouse_opaque="true"
|
|
multi_select="false" name="group_scroll_list" top="-75" />
|
|
</floater> |