mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Try to fix SocialWidget on Windows, again.
This commit is contained in:
@@ -250,6 +250,9 @@ SocialWidget::onGeometryUpdate()
|
||||
|
||||
QPoint position( m_position - QPoint( size().width(), size().height() )
|
||||
+ QPoint( 2 + ARROW_HEIGHT * 3, 0 ) );
|
||||
#ifdef Q_OS_WIN
|
||||
position.ry() -= 12 + ARROW_HEIGHT;
|
||||
#endif
|
||||
if ( position != pos() )
|
||||
{
|
||||
move( position );
|
||||
|
Reference in New Issue
Block a user