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