Make some minor modifications to the doc toolbar, and add typings in themes

This commit is contained in:
Veronica Berglyd Olsen
2023-11-08 21:27:14 +01:00
parent 9a1947c0f5
commit 003615c3be
4 changed files with 69 additions and 86 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ class GuiNovelTree(QTreeWidget):
def updateTheme(self) -> None:
"""Update theme elements."""
iPx = SHARED.theme.baseIconSize
self._pMore = SHARED.theme.loadDecoration("deco_doc_more", pxH=iPx)
self._pMore = SHARED.theme.loadDecoration("deco_doc_more", h=iPx)
return
##