1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

Let splitters choose to be fat on retina-DPI KDE file dialogs.

This commit is contained in:
Teo Mrnjavac
2013-07-03 13:00:21 +02:00
parent 2be80881ee
commit 57ab8a5ce9

View File

@@ -112,8 +112,6 @@ ProxyStyle::drawControl( ControlElement ce, const QStyleOption* opt, QPainter* p
p->setPen( TomahawkStyle::BORDER_LINE );
p->drawLine( opt->rect.topLeft() + QPoint( 2, 0 ), opt->rect.bottomLeft() + QPoint( 2, 0 ) );
}
else
Q_ASSERT( false );
}
}
}