mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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 position( m_position - QPoint( size().width(), size().height() )
|
||||||
+ QPoint( 2 + ARROW_HEIGHT * 3, 0 ) );
|
+ QPoint( 2 + ARROW_HEIGHT * 3, 0 ) );
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
|
position.ry() -= 12 + ARROW_HEIGHT;
|
||||||
|
#endif
|
||||||
if ( position != pos() )
|
if ( position != pos() )
|
||||||
{
|
{
|
||||||
move( position );
|
move( position );
|
||||||
|
Reference in New Issue
Block a user