diff options
Diffstat (limited to 'data/graphics/gui/dropdown.xml')
-rw-r--r-- | data/graphics/gui/dropdown.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/dropdown.xml b/data/graphics/gui/dropdown.xml new file mode 100644 index 000000000..d9002dcfc --- /dev/null +++ b/data/graphics/gui/dropdown.xml @@ -0,0 +1,6 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="89" ypos="100"> + <part type="down" xpos="0" ypos="32" width="12" height="12" /> + <part type="up" xpos="0" ypos="48" width="12" height="12" /> + </widget> +</skinset> |