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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user