A few GUI tweaks

This commit is contained in:
Veronica K. B. Olsen
2019-06-15 22:19:52 +02:00
parent 6a6c0418ea
commit 21b7e882ac
4 changed files with 15 additions and 11 deletions
+3 -1
View File
@@ -161,6 +161,8 @@ class Theme:
qApp.setStyleSheet(cssData)
qApp.setPalette(self.guiPalette)
logger.info("Loaded theme '%s'" % self.guiTheme)
return True
def loadSyntax(self):
@@ -199,7 +201,7 @@ class Theme:
self.colTagErr = self._loadColour(confParser,cnfSec,"tagerror")
self.colRepTag = self._loadColour(confParser,cnfSec,"replacetag")
logger.info("Loaded syntax colour theme '%s'" % self.guiSyntax)
logger.info("Loaded syntax theme '%s'" % self.guiSyntax)
return True