mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 08:52:12 +02:00
Try to fix SocialWidget on Windows, again.
This commit is contained in:
parent
49a71af3b9
commit
1abbac1828
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user