diff options
Diffstat (limited to 'data/graphics/gui/scroll_hbackground.xml')
-rw-r--r-- | data/graphics/gui/scroll_hbackground.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/data/graphics/gui/scroll_hbackground.xml b/data/graphics/gui/scroll_hbackground.xml index d8f9f6168..7ebb8e7c8 100644 --- a/data/graphics/gui/scroll_hbackground.xml +++ b/data/graphics/gui/scroll_hbackground.xml @@ -1,12 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="135" ypos="164"> - <!-- Left Row --> - <part type="left-edge" xpos="0" ypos="0" width="6" height="12" /> + <widget type="Window" xpos="135" ypos="164"> + <!-- Left Row --> + <part type="left-edge" xpos="0" ypos="0" width="6" height="12" /> - <!-- Middle Row --> - <part type="bg-quad" xpos="6" ypos="0" width="6" height="12" /> + <!-- Middle Row --> + <part type="bg-quad" xpos="6" ypos="0" width="6" height="12" /> - <!-- Right Row --> - <part type="right-edge" xpos="12" ypos="0" width="6" height="12" /> - </widget> + <!-- Right Row --> + <part type="right-edge" xpos="12" ypos="0" width="6" height="12" /> + </widget> </skinset> |