1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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 )
{
const QString btnText = tr( "Remove Account" );
const QString btnText = tr( "Remove" );
const int btnWidth = installMetrics.width( btnText ) + 2*PADDING;
QRect btnRect;