window icon

This commit is contained in:
ThomasV 2013-11-05 23:34:58 +01:00
parent 2cd12f52d4
commit ea3accf86e
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class ElectrumWindow(QMainWindow):
g = self.config.get("winpos-qt",[100, 100, 840, 400])
self.setGeometry(g[0], g[1], g[2], g[3])
self.setWindowIcon(QIcon(":icons/electrum.png"))
self.init_menubar()
QShortcut(QKeySequence("Ctrl+W"), self, self.close)