Use em-dash where appropriate

Issue #1064
This commit is contained in:
Craig Drummond
2017-08-15 22:57:07 +01:00
committed by Craig Drummond
parent bf6084d1e7
commit fd2f7bdbac
11 changed files with 19 additions and 19 deletions

View File

@@ -494,7 +494,7 @@ public:
if (text.count()>1) {
int mainWidth=textMetrics.width(str);
text.takeFirst();
str=text.join(" - ");
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);