1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

TWK-922: Text fix for Account delegate

This commit is contained in:
Leo Franchi
2012-06-08 09:15:15 +02:00
parent e36ea3b263
commit 69ed522954

View File

@@ -270,7 +270,7 @@ AccountDelegate::paint ( QPainter* painter, const QStyleOptionViewItem& option,
} }
else if ( canDelete ) else if ( canDelete )
{ {
const QString btnText = tr( "Remove Account" ); const QString btnText = tr( "Remove" );
const int btnWidth = installMetrics.width( btnText ) + 2*PADDING; const int btnWidth = installMetrics.width( btnText ) + 2*PADDING;
QRect btnRect; QRect btnRect;