Remove typo

This commit is contained in:
craig.p.drummond
2014-02-04 19:13:42 +00:00
parent 15f9836976
commit 34fad515f4

View File

@@ -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);