diff ui/mainwindow.cpp @ 434:dbcc7740b9d8

Resized trustbridge main window.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 22 Apr 2014 12:33:43 +0200
parents 16b5cd858571
children 4b486a14252f
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Tue Apr 22 12:33:10 2014 +0200
+++ b/ui/mainwindow.cpp	Tue Apr 22 12:33:43 2014 +0200
@@ -53,6 +53,7 @@
     createTrayIcon();
     createMenuBar();
     createContent();
+    resize(900, 540);
     qRegisterMetaType<SSLConnection::ErrorCode>("SSLConnection::ErrorCode");
     qRegisterMetaType<Certificate::Status>("Certificate::Status");
 

http://wald.intevation.org/projects/trustbridge/