fix wizard: remove vbox0, improve text
This commit is contained in:
@@ -1660,8 +1660,8 @@ class ElectrumWindow(QMainWindow):
|
||||
self.search_box.hide()
|
||||
sb.addPermanentWidget(self.search_box)
|
||||
|
||||
if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7):
|
||||
sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) )
|
||||
#if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7):
|
||||
# sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) )
|
||||
|
||||
self.lock_icon = QIcon()
|
||||
self.password_button = StatusBarButton( self.lock_icon, _("Password"), self.change_password_dialog )
|
||||
|
||||
Reference in New Issue
Block a user