1
0
This commit is contained in:
thomasv
2012-02-13 17:43:59 +01:00
parent 2556c28878
commit 6bdd62ea1e
4 changed files with 1 additions and 779 deletions

View File

@@ -430,7 +430,7 @@ class ElectrumWindow(QMainWindow):
b.clicked.connect(self.change_password_dialog)
hbox.addWidget(b)
icon = QIcon("icons/preferences.svg")
icon = QIcon("icons/preferences.png")
b = QPushButton( icon, '' )
b.setToolTip("Preferences")
b.setFlat(True)