blob: 6ba26f938d9d501975c5f2c2be65a66e51642c76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-666" can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="false" can_tear_off="true" default_tab_group="1" enabled="true"
width="365" height="535" left="330" min_height="430" min_width="620"
mouse_opaque="true" name="Medis Settings" title="Media Settings">
<button bottom="-525" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="OK" label_selected="OK" left="75"
mouse_opaque="true" name="OK" scale_image="true" width="90" />
<button bottom_delta="0" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Cancel" label_selected="Cancel"
left_delta="93" mouse_opaque="true" name="Cancel" scale_image="true"
width="90" />
<button bottom_delta="0" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Apply" label_selected="Apply"
left_delta="93" mouse_opaque="true" name="Apply" scale_image="true"
width="90" />
<tab_container bottom="-500" enabled="true" follows="left|top|right|bottom" height="485"
left="0" mouse_opaque="false" name="tab_container" tab_group="1"
tab_position="top" tab_width="80" width="365" />
</floater>
|