mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* This doesn't make sense to me, but it fixes the play button being off-center.
This commit is contained in:
parent
cbf6aa1a29
commit
f7c6164701
@ -75,7 +75,7 @@ void
|
||||
PlayableCover::resizeEvent( QResizeEvent* event )
|
||||
{
|
||||
QLabel::resizeEvent( event );
|
||||
m_button->move( contentsRect().center() - QPoint( 23, 23 ) );
|
||||
m_button->move( contentsRect().center() - QPoint( 22, 23 ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user