[PATCH 2 of 2] Resized trustbridge main window
Wald Commits
scm-commit at wald.intevation.org
Tue Apr 22 12:33:57 CEST 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1398162823 -7200
# Node ID dbcc7740b9d8034f992d404e11e89e39b7463ebe
# Parent 2e5499fae159837648bb4b13f4f33724478c4e7c
Resized trustbridge main window.
diff -r 2e5499fae159 -r dbcc7740b9d8 ui/mainwindow.cpp
--- 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");
More information about the Trustbridge-commits
mailing list