blob: dc9c0a9aaf2513bbd259774d014944fcf1cebfac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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="200" left="700" title="Notifications Console" min_height="50"
min_width="100" mouse_opaque="true" name="notification" width="200">
<text_editor name="payload" type="string" length="1" embedded_items="false" enabled="false"
follows="left|top|right|bottom" font="SansSerif"
width="192" height="140" left="4" bottom="-165"
ignore_tab="false" max_length="65536" mouse_opaque="true" word_wrap="true">
Loading...
</text_editor>
<combo_box bottom_delta="-26" left="10" width="100" height="20" follows="left|bottom"
label="Response" name="response" >
</combo_box>
</floater>
|