12 lines
823 B
XML
12 lines
823 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater bottom="100" can_close="true" can_drag_on_left="false" can_minimize="true"
|
|
can_resize="true" enabled="true" height="500" left="176" title="Notifications Console" min_height="50"
|
|
min_width="100" mouse_opaque="true" name="notifications_console" width="500">
|
|
<combo_box name="notification_types" left="2" bottom="-40" height="18" width="440" follows="left|right|top" label="Select notification type"/>
|
|
<button name="add_notification" left="445" bottom="-40" height="18" width="50" follows="right|top" label="Add">
|
|
<button.commit_callback
|
|
function="ClickAdd" />
|
|
</button>
|
|
<layout_stack name="notification_channels" left="5" right="-5" top="-42" bottom="5" follows="left|right|top|bottom" orientation="vertical"/>
|
|
</floater>
|