|
|
@ -134,7 +134,7 @@ if PATHS["startupSession"]: |
|
|
|
logger.info("PATHS: {}".format(PATHS)) |
|
|
|
|
|
|
|
#Construct QAppliction before constantsAndCOnfigs, which has the fontDB |
|
|
|
QApplication.setDesktopSettingsAware(False) #We need our own font so the user interface stays predictable |
|
|
|
#QApplication.setDesktopSettingsAware(False) #We need our own font so the user interface stays predictable |
|
|
|
QApplication.setDesktopFileName(PATHS["desktopfile"]) |
|
|
|
qtApp = QApplication(sys.argv) |
|
|
|
setPaletteAndFont(qtApp) |
|
|
|