aboutsummaryrefslogtreecommitdiff
path: root/src/skin.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-12 07:26:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-12 07:26:53 +0000
commitd15d48246c0e7b3765b2190e169169682c7563f9 (patch)
tree896fc60a16f5611ce6253f72012fcc2aa2d025f4 /src/skin.cpp
parentd4352a9cd8bf2685d6d64a053d8c289884ea05eb (diff)
downloadqmmp-d15d48246c0e7b3765b2190e169169682c7563f9.tar.gz
qmmp-d15d48246c0e7b3765b2190e169169682c7563f9.tar.bz2
qmmp-d15d48246c0e7b3765b2190e169169682c7563f9.zip
fixed playlist buttons position
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@75 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/skin.cpp')
-rw-r--r--src/skin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skin.cpp b/src/skin.cpp
index 37e393b25..7f07c4a5d 100644
--- a/src/skin.cpp
+++ b/src/skin.cpp
@@ -248,8 +248,8 @@ void Skin::loadPlayList()
buttons[PL_BT_ADD] = pixmap->copy ( 11,80,25,18 );
buttons[PL_BT_SUB] = pixmap->copy ( 40,80,25,18 );
- buttons[PL_BT_SEL] = pixmap->copy ( 69,80,25,18 );
- buttons[PL_BT_SORT] = pixmap->copy ( 98,80,25,18 );
+ buttons[PL_BT_SEL] = pixmap->copy ( 70,80,25,18 );
+ buttons[PL_BT_SORT] = pixmap->copy ( 99,80,25,18 );
buttons[PL_BT_LST] = pixmap->copy(229, 80, 25, 18);
buttons[PL_BT_SCROLL_N] = pixmap->copy ( 52,53,8,18 );
buttons[PL_BT_SCROLL_P] = pixmap->copy ( 61,53,8,18 );