From def23555acf313526ecec1c94684932ee8541335 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 25 Jul 2011 23:36:00 +0200 Subject: Added true arrows graphics to tab area buttons. --- data/graphics/gui/CMakeLists.txt | 2 ++ data/graphics/gui/tab_arrows_left.png | Bin 0 -> 292 bytes data/graphics/gui/tab_arrows_right.png | Bin 0 -> 285 bytes 3 files changed, 2 insertions(+) create mode 100644 data/graphics/gui/tab_arrows_left.png create mode 100644 data/graphics/gui/tab_arrows_right.png (limited to 'data/graphics/gui') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index d1a025f6..cc257eee 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -41,6 +41,8 @@ SET (FILES speechbubble.xml sticky_button.png tab.png + tab_arrows_left.png + tab_arrows_right.png tab_hilight.png tabselected.png unknown-item.png diff --git a/data/graphics/gui/tab_arrows_left.png b/data/graphics/gui/tab_arrows_left.png new file mode 100644 index 00000000..c14590d8 Binary files /dev/null and b/data/graphics/gui/tab_arrows_left.png differ diff --git a/data/graphics/gui/tab_arrows_right.png b/data/graphics/gui/tab_arrows_right.png new file mode 100644 index 00000000..8309c68e Binary files /dev/null and b/data/graphics/gui/tab_arrows_right.png differ -- cgit v1.2.3-70-g09d2