rm qt icons file
so we don't need pyrcc5, which is not deterministic, and so we don't need the submodule for the icons based on electrumsv/electrumsv@bf8802c2ea
This commit is contained in:
@@ -110,7 +110,8 @@ class SeedLayout(QVBoxLayout):
|
||||
hbox = QHBoxLayout()
|
||||
if icon:
|
||||
logo = QLabel()
|
||||
logo.setPixmap(QPixmap(":icons/seed.png").scaledToWidth(64, mode=Qt.SmoothTransformation))
|
||||
logo.setPixmap(QPixmap(icon_path("seed.png"))
|
||||
.scaledToWidth(64, mode=Qt.SmoothTransformation))
|
||||
logo.setMaximumWidth(60)
|
||||
hbox.addWidget(logo)
|
||||
hbox.addWidget(self.seed_e)
|
||||
|
||||
Reference in New Issue
Block a user