Let's use a character that definitely exists for the document path

This commit is contained in:
Veronica K. B. Olsen
2020-05-04 20:31:00 +02:00
parent ee8c91c3ee
commit 1148936af6
+1 -2
View File
@@ -58,7 +58,6 @@ class GuiDocTitleBar(QLabel):
self.setWordWrap(True)
self.setFrameShape(QFrame.NoFrame)
self.setLineWidth(0)
self.setTextFormat(Qt.RichText)
lblPalette = self.palette()
lblPalette.setColor(QPalette.Window, QColor(*self.theTheme.colBack))
lblPalette.setColor(QPalette.Text, QColor(*self.theTheme.colText))
@@ -93,7 +92,7 @@ class GuiDocTitleBar(QLabel):
nwItem = self.theProject.getItem(aHandle)
if nwItem is not None:
tTitle.append(nwItem.itemName)
sSep = " %s " % nwUnicode.H_RTRIS
sSep = " %s " % nwUnicode.U_RSAQUO
self.setText(sSep.join(tTitle))
else:
nwItem = self.theProject.getItem(tHandle)