1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-08 23:50:32 +00:00

Disabled systray icon on OSX (close #70)

This commit is contained in:
Paweł Jastrzębski
2013-11-12 13:18:27 +01:00
parent 86a9dde1eb
commit 8b33331929
7 changed files with 15 additions and 29 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'KCC-Linux.ui'
#
# Created: Tue Nov 12 11:51:18 2013
# Created: Tue Nov 12 13:11:16 2013
# by: PyQt4 UI code generator 4.10.3
#
# WARNING! All changes made in this file will be lost!
@@ -32,7 +32,6 @@ class Ui_KCC(object):
font = QtGui.QFont()
font.setPointSize(9)
KCC.setFont(font)
KCC.setFocusPolicy(QtCore.Qt.StrongFocus)
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/Icon/icons/comic2ebook.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
KCC.setWindowIcon(icon)