From 95d8adb8fcd4e5f9b3876be053ce0f780646a4b3 Mon Sep 17 00:00:00 2001 From: Maran Date: Thu, 16 Aug 2012 22:11:25 +0200 Subject: [PATCH] Made the window a little prettier --- electrum | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum b/electrum index 69fe65a18..967b5dcec 100755 --- a/electrum +++ b/electrum @@ -156,6 +156,7 @@ if __name__ == '__main__': app = QApplication(sys.argv) error_message = QErrorMessage() + error_message.setFixedSize(350,200) error_message.showMessage("

Sorry, Electrum requires Qt >= 4.7 to run.

Check your distributions packages or download it at http://qt.nokia.com/downloads

") app.exec_() sys.exit(0)