1
0
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:
Teo Mrnjavac 2012-11-17 23:16:09 +01:00
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 );