Skip to content

Commit 03dd8e4

Browse files
authored
Merge pull request #8669 from dstansby/qt5-svg-icon
ENH: Use svg file for applicaiton icon on qt5
2 parents 380ccce + d4140f7 commit 03dd8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def __init__(self, canvas, num):
457457

458458
self.window.setWindowTitle("Figure %d" % num)
459459
image = os.path.join(matplotlib.rcParams['datapath'],
460-
'images', 'matplotlib.png')
460+
'images', 'matplotlib.svg')
461461
self.window.setWindowIcon(QtGui.QIcon(image))
462462

463463
# Give the keyboard focus to the figure instead of the

0 commit comments

Comments
 (0)