Merge remote-tracking branch 'CURA-4032'

This commit is contained in:
Lipu Fei 2017-08-15 16:11:44 +02:00
commit 1c747a962f
2 changed files with 2 additions and 1 deletions

View File

@ -202,7 +202,8 @@ class CuraApplication(QtApplication):
self._additional_components = {} # Components to add to certain areas in the interface
super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType)
super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType,
tray_icon_name = "cura-icon-32.png")
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB