1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Style fix in SoureTreeView.

This commit is contained in:
Christian Muehlhaeuser 2016-02-22 21:46:32 +01:00
parent 4c023b7d2f
commit 2d141ccb5e

View File

@ -447,7 +447,6 @@ SourceTreeView::deletePlaylist( const QModelIndex& idxIn )
m_popupDialog.data()->move( rightCenter.x() - m_popupDialog.data()->offset(), rightCenter.y() - m_popupDialog.data()->sizeHint().height() / 2. );
m_popupDialog.data()->show();
}