aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );