mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* There's always enough space for the temp-page close icon.
This commit is contained in:
parent
b4922a5919
commit
68aee80641
@ -664,8 +664,6 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
||||
if ( opt.state & QStyle::State_MouseOver )
|
||||
{
|
||||
m_iconHeight = ( opt.rect.height() / 2 );
|
||||
|
||||
optIndentation.rect.adjust( 0, 0, -( 4 + m_iconHeight ), 0 );
|
||||
paintStandardItem( painter, optIndentation, index );
|
||||
|
||||
// draw close icon
|
||||
|
Loading…
x
Reference in New Issue
Block a user