@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="goup titles" title="Group Titles" rect_control="BeauchampFloaterGroupTitlesRect"
|
||||
can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
|
||||
min_width="300" min_height="150" width="400" height="500">
|
||||
<scroll_list name="titles_list" can_resize="true" multi_select="false"
|
||||
background_visible="true" draw_border="true" draw_stripes="true" draw_heading="true"
|
||||
height="450" width="380" bottom_delta="-470" top="10" left="10" follows="left|top|right|bottom">
|
||||
<column name="title" label="Title" dynamicwidth="true" />
|
||||
<column name="group_name" label="Group" dynamicwidth="true" />
|
||||
<!--Hidden field, used as storage for UUID, please keep at width 0-->
|
||||
<column name="group_id" label="" width="0" />
|
||||
</scroll_list>
|
||||
<button name="activate" label="Activate" tool_tip="Activate the selected group title"
|
||||
enabled="true" mouse_opaque="true" font="SansSerif" halign="center"
|
||||
height="20" width="90" bottom_delta="-24" left="10" follows="left|bottom"
|
||||
/>
|
||||
</floater>
|
||||
Reference in New Issue
Block a user