From ff33b2edce57900508192f67305361aa5cbc55ae Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 19 Aug 2015 19:31:27 +0000 Subject: fixed text scroller offset git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5444 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/textscroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/textscroller.cpp') diff --git a/src/plugins/Ui/skinned/textscroller.cpp b/src/plugins/Ui/skinned/textscroller.cpp index 9ec92093c..c06a95915 100644 --- a/src/plugins/Ui/skinned/textscroller.cpp +++ b/src/plugins/Ui/skinned/textscroller.cpp @@ -162,7 +162,7 @@ void TextScroller::paintEvent (QPaintEvent *) paint.drawPixmap(m_x2,0, m_pixmap); } else - paint.drawPixmap(4,0, m_pixmap); + paint.drawPixmap(0,0, m_pixmap); } void TextScroller::mousePressEvent (QMouseEvent *e) -- cgit v1.2.3-13-gbd6f