tMade the window a little prettier - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit 95d8adb8fcd4e5f9b3876be053ce0f780646a4b3
 (DIR) parent 175fd47130e91d40f885465aa9b0153f00357c0c
 (HTM) Author: Maran <maran.hidskes@gmail.com>
       Date:   Thu, 16 Aug 2012 22:11:25 +0200
       
       Made the window a little prettier
       
       Diffstat:
         M electrum                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/electrum b/electrum
       t@@ -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)