1<?xml version="1.0" encoding="utf-8"?>
2<skinset name="Default" image="window.png">
3    <widget type="Window" xpos="260" ypos="0">
4        <option name="showbackground" value="1" />
5        <option name="captionoffsetx" value="20" />
6        <option name="captionoffsety" value="8" />
7        <option name="titlebarBold" value="1" />
8        <option name="titlebarHeight" value="27" />
9        <option name="padding" value="10" />
10
11        <!-- Top Row -->
12        <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" />
13        <part type="top-edge" xpos="31" ypos="0" width="48" height="53" />
14        <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" />
15
16        <!-- Middle Row -->
17        <part type="left-edge" xpos="0" ypos="54" width="30" height="24" />
18        <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" />
19        <part type="right-edge" xpos="80" ypos="54" width="30" height="24" />
20
21        <!-- Bottom Row -->
22        <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" />
23        <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" />
24        <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" />
25
26        <!-- Buttons -->
27        <part type="closeImage" xpos="-163" ypos="2" width="22" height="27" />
28        <part type="closeImageHighlighted" xpos="-138" ypos="2" width="22" height="27" />
29    </widget>
30</skinset>
31