Mercurial > trustbridge
changeset 434:dbcc7740b9d8
Resized trustbridge main window.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 12:33:43 +0200 |
parents | 2e5499fae159 |
children | d0192a7e63df |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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");