Skip to content

Commit 1d4fcfe

Browse files
committed
- Renamed icon used for task bar logo from main.py to logo.py
1 parent bcb20d7 commit 1d4fcfe

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

gui/GUI_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def launch_GUI():
194194
'''Launch the pyControl GUI.'''
195195
app = QtGui.QApplication(sys.argv)
196196
app.setStyle('Fusion')
197-
app.setWindowIcon(QtGui.QIcon("gui/icons/main.svg"))
197+
app.setWindowIcon(QtGui.QIcon("gui/icons/logo.svg"))
198198
font = QtGui.QFont()
199199
font.setPixelSize(ui_font_size)
200200
app.setFont(font)
Lines changed: 6 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)