mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
Made the window a little prettier
This commit is contained in:
parent
175fd47130
commit
95d8adb8fc
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -156,6 +156,7 @@ if __name__ == '__main__':
|
|||
app = QApplication(sys.argv)
|
||||
|
||||
error_message = QErrorMessage()
|
||||
error_message.setFixedSize(350,200)
|
||||
error_message.showMessage("<p>Sorry, Electrum requires Qt >= 4.7 to run.</p><p>Check your distributions packages or download it at http://qt.nokia.com/downloads</p>")
|
||||
app.exec_()
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue