diff options
Diffstat (limited to 'mainApp.py')
-rw-r--r-- | mainApp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ class MainApp(QMainWindow,ui): # Loading and setting up style sheet self.setupUi(self) - style = open('light.css','r') + style = open('cyan.css','r') style = style.read() self.setStyleSheet(style) |