aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-06-27 12:04:52 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-06-27 12:04:52 +0000
commit8591d54ada20dfa7ad980f923b63dc549a71dc93 (patch)
tree95d4e41984ff7dbc0cb574d1eef84f57002f2f7a /src
parentc02822e33f8feeaa0e02216ba1cc6afbe3cec86c (diff)
downloadqmmp-8591d54ada20dfa7ad980f923b63dc549a71dc93.tar.gz
qmmp-8591d54ada20dfa7ad980f923b63dc549a71dc93.tar.bz2
qmmp-8591d54ada20dfa7ad980f923b63dc549a71dc93.zip
fixed skins parsing, fixed default skin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4319 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Ui/skinned/default/pledit.pngbin6942 -> 8528 bytes
-rw-r--r--src/plugins/Ui/skinned/playlist.cpp8
2 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Ui/skinned/default/pledit.png b/src/plugins/Ui/skinned/default/pledit.png
index 7e8c7bc1a..f199c9391 100644
--- a/src/plugins/Ui/skinned/default/pledit.png
+++ b/src/plugins/Ui/skinned/default/pledit.png
Binary files differ
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp
index ccb722460..3f1412928 100644
--- a/src/plugins/Ui/skinned/playlist.cpp
+++ b/src/plugins/Ui/skinned/playlist.cpp
@@ -79,7 +79,7 @@ PlayList::PlayList (PlayListManager *manager, QWidget *parent)
m_resizeWidget->setCursor(m_skin->getCursor (Skin::CUR_PSIZE));
m_pl_control = new PlaylistControl (this);
- m_length_totalLength = new SymbolDisplay (this,14);
+ m_length_totalLength = new SymbolDisplay (this,17);
m_length_totalLength->setAlignment (Qt::AlignLeft);
m_current_time = new SymbolDisplay (this,6);
@@ -162,10 +162,10 @@ void PlayList::updatePositions()
m_sortButton->move (99*m_ratio, 86*m_ratio+29*sy);
m_pl_control->move (128*m_ratio+sx*25, 100*m_ratio+29*sy);
- m_playlistButton->move (228*m_ratio+sx*25,86*m_ratio+29*sy);
+ m_playlistButton->move (228*m_ratio+sx*25, 86*m_ratio+29*sy);
- m_length_totalLength -> move (131*m_ratio+sx*25,88*m_ratio+29*sy);
- m_current_time->move (190*m_ratio+sx*25,101*m_ratio+29*sy);
+ m_length_totalLength -> move (132*m_ratio+sx*25, 88*m_ratio+29*sy);
+ m_current_time->move (191*m_ratio+sx*25,101*m_ratio+29*sy);
m_plslider->move (255*m_ratio+sx*25,20*m_ratio);
m_resizeWidget->move(width() - 25, height() - 29);