From 68aee806412b85ff198494c4a9a0e6724fe0615d Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 24 Aug 2014 00:48:20 +0200 Subject: [PATCH] * There's always enough space for the temp-page close icon. --- src/tomahawk/sourcetree/SourceDelegate.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tomahawk/sourcetree/SourceDelegate.cpp b/src/tomahawk/sourcetree/SourceDelegate.cpp index 38e9df0d7..a22371511 100644 --- a/src/tomahawk/sourcetree/SourceDelegate.cpp +++ b/src/tomahawk/sourcetree/SourceDelegate.cpp @@ -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