Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_notifications_channel.xml
2010-04-02 02:48:44 -03:00

17 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="notifications_panel" width="100" height="100" user_resize="true" >
<layout_stack name="stack1" left="0" bottom="2" width="100" height="78" follows="left|right|top|bottom" orientation="horizontal" >
<scroll_list user_resize="true" draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notifications_list" sort_column="2" sort_ascending="false">
<column label="Name" name="name" width="100" user_resize="true"/>
<column label="Content" name="content" width="150" user_resize="true" dynamicwidth="true"/>
<column label="Date" name="date" width="150" user_resize="true"/>
</scroll_list>
<scroll_list user_resize="true" draw_heading="true" left="0" bottom="0" width="100" height="78" follows="left|right|top|bottom" name="notification_rejects_list" sort_column="2" sort_ascending="false">
<column label="Name" name="name" width="100" user_resize="true"/>
<column label="Content" name="content" width="150" user_resize="true" dynamicwidth="true"/>
<column label="Date" name="date" width="150" user_resize="true"/>
</scroll_list>
</layout_stack>
<button name="header" label="" image="rounded_square.tga" left="0" bottom="-20" width="100" height="20" follows="left|right|top" toggle="true"/>
</panel>