Merge branch 'tweaks' into dev
This commit is contained in:
@@ -351,8 +351,6 @@ class GuiOutline(QTreeWidget):
|
||||
headItem.setTextAlignment(self.colIndex[nwOutline.CCOUNT], Qt.AlignRight)
|
||||
headItem.setTextAlignment(self.colIndex[nwOutline.WCOUNT], Qt.AlignRight)
|
||||
headItem.setTextAlignment(self.colIndex[nwOutline.PCOUNT], Qt.AlignRight)
|
||||
for hItem in self.treeOrder:
|
||||
headItem.setFont(self.colIndex[hItem], self.theTheme.guiFont)
|
||||
|
||||
currTitle = None
|
||||
currChapter = None
|
||||
@@ -446,9 +444,6 @@ class GuiOutline(QTreeWidget):
|
||||
newItem.setText(self.colIndex[nwOutline.ENTITY], ", ".join(theRefs[nwKeyWords.ENTITY_KEY]))
|
||||
newItem.setText(self.colIndex[nwOutline.CUSTOM], ", ".join(theRefs[nwKeyWords.CUSTOM_KEY]))
|
||||
|
||||
for i in self.treeOrder:
|
||||
newItem.setFont(self.colIndex[i], self.theTheme.guiFont)
|
||||
|
||||
return newItem
|
||||
|
||||
# END Class GuiOutline
|
||||
|
||||
Reference in New Issue
Block a user