mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* This doesn't make sense to me, but it fixes the play button being off-center.
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user