Skip to content

Commit e0f51e6

Browse files
committed
Set Fusion style
1 parent 187d228 commit e0f51e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image-tagging-gui/run_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
def run_gui():
99
app = QApplication([])
10+
app.setStyle('Fusion')
1011
main_window = MainWindow(app)
1112
main_window.show()
1213
sys.exit(app.exec())

0 commit comments

Comments
 (0)