Skip to content

Commit

Permalink
Override the default theme for QApplication (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-gu authored Jul 15, 2024
1 parent 4e09acf commit 201ecc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sinks/dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ def return_fun():
self.timer = QTimer(self)
self.timer.timeout.connect(self.change_detector)
self.timer.start(100) # Check every 0.1 seconds


QApplication.setStyle('Fusion')

def select_instance(self, name):
self.parsley_instance = name
Expand Down

0 comments on commit 201ecc2

Please sign in to comment.