Missed a spot ...
This commit is contained in:
@@ -456,6 +456,8 @@ class GuiProjectEditReplace(QWidget):
|
|||||||
|
|
||||||
for aKey, aVal in self.theProject.autoReplace.items():
|
for aKey, aVal in self.theProject.autoReplace.items():
|
||||||
newItem = QTreeWidgetItem(["<%s>" % aKey, aVal])
|
newItem = QTreeWidgetItem(["<%s>" % aKey, aVal])
|
||||||
|
newItem.setFont(0, self.theTheme.guiFont)
|
||||||
|
newItem.setFont(1, self.theTheme.guiFont)
|
||||||
self.listBox.addTopLevelItem(newItem)
|
self.listBox.addTopLevelItem(newItem)
|
||||||
|
|
||||||
self.listBox.sortByColumn(0, Qt.AscendingOrder)
|
self.listBox.sortByColumn(0, Qt.AscendingOrder)
|
||||||
|
|||||||
Reference in New Issue
Block a user