From d15d48246c0e7b3765b2190e169169682c7563f9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Aug 2007 07:26:53 +0000 Subject: fixed playlist buttons position git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@75 90c681e8-e032-0410-971d-27865f9a5e38 --- src/skin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 ); -- cgit v1.2.3-13-gbd6f