eric7/Toolbox/Startup.py

branch
eric7
changeset 8837
6b4b2acc5324
parent 8718
3456fb2a2cb0
child 8881
54e42bc2437a
diff -r 860158ee8ad6 -r 6b4b2acc5324 eric7/Toolbox/Startup.py
--- a/eric7/Toolbox/Startup.py	Fri Dec 17 15:39:59 2021 +0100
+++ b/eric7/Toolbox/Startup.py	Sat Dec 18 18:33:01 2021 +0100
@@ -264,6 +264,9 @@
     # the following code depends upon a valid application object
     import Preferences
     
+    # set the application style sheet
+    app.setStyleSheetFile(Preferences.getUI("StyleSheet"))
+    
     initializeResourceSearchPath(app)
     QApplication.setWindowIcon(UI.PixmapCache.getIcon("eric"))
     

eric ide

mercurial