diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 2 | ||||
-rw-r--r-- | data/graphics/gui/resize.png | bin | 443 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/resize.xml | 5 |
4 files changed, 7 insertions, 2 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 0fe74e18c..00acf90f9 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -22,7 +22,7 @@ SET (FILES radioin_highlight.png radioout.png radioout_highlight.png - resize.png + resize.xml scroll.xml scroll_background.xml scroll_highlighted.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 0e99c8a98..1567f2752 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -25,7 +25,7 @@ gui_DATA = \ radioin_highlight.png \ radioout.png \ radioout_highlight.png \ - resize.png \ + resize.xml \ scroll.xml \ scroll_background.xml \ scroll_highlighted.xml \ diff --git a/data/graphics/gui/resize.png b/data/graphics/gui/resize.png Binary files differdeleted file mode 100644 index 6b31ac64b..000000000 --- a/data/graphics/gui/resize.png +++ /dev/null diff --git a/data/graphics/gui/resize.xml b/data/graphics/gui/resize.xml new file mode 100644 index 000000000..8a21b7382 --- /dev/null +++ b/data/graphics/gui/resize.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="160" ypos="0" width="15" height="12" /> + </widget> +</skinset> |