Remove typo
This commit is contained in:
@@ -426,7 +426,7 @@ public:
|
||||
if (text.count()>1) {
|
||||
int mainWidth=textMetrics.width(str);
|
||||
text.takeFirst();
|
||||
str=text.join(" -tableView ");
|
||||
str=text.join(" - ");
|
||||
textRect=QRect(r.x()+(mainWidth+8), r.y()+((r.height()-textHeight)/2), r.width()-(mainWidth+8), textHeight);
|
||||
if (textRect.width()>4) {
|
||||
str = textMetrics.elidedText(str, Qt::ElideRight, textRect.width(), QPalette::WindowText);
|
||||
|
||||
Reference in New Issue
Block a user