diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-14 22:09:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-14 22:09:33 +0300 |
commit | f6751cdc1e3a60f31889eacabf3751f23dfdcb0b (patch) | |
tree | 2eb951c3f467e2cd17cb336edc90b97107ffd353 /data/themes/jewelry | |
parent | 6065690856ffc750404c9c0940d9a1f3a0cdd42c (diff) | |
download | plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.gz plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.bz2 plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.tar.xz plus-f6751cdc1e3a60f31889eacabf3751f23dfdcb0b.zip |
add images and xml files for chat emotes tab icons.
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/emotetabs.xml | 6 |
3 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index cdc1582d8..ec6cee20c 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -22,6 +22,7 @@ SET (FILES dropdown_pressed.xml drops.xml emotes.xml + emotetabs.xml equipment.xml equipment_background.xml equipmentbox.png diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 93bbd6a41..009fd6eac 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -25,6 +25,7 @@ gui_DATA = \ dropdown_pressed.xml \ drops.xml \ emotes.xml \ + emotetabs.xml \ equipment.xml \ equipment_background.xml \ equipmentbox.png \ diff --git a/data/themes/jewelry/emotetabs.xml b/data/themes/jewelry/emotetabs.xml new file mode 100644 index 000000000..6badd8e28 --- /dev/null +++ b/data/themes/jewelry/emotetabs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> |