[PATCH] Add strecht also between remove button
Wald Commits
scm-commit at wald.intevation.org
Fri Jul 4 16:21:02 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1404483658 -7200
# Node ID d73f4e58d1171d7de48c59dc481110420597fc1e
# Parent f4d435cabdf4211ab1ef2c0e65eb34c26692cfab
Add strecht also between remove button
diff -r f4d435cabdf4 -r d73f4e58d117 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Fri Jul 04 16:17:39 2014 +0200
+++ b/ui/mainwindow.cpp Fri Jul 04 16:20:58 2014 +0200
@@ -603,6 +603,7 @@
this,
SLOT(toggleUpdatesRemove()));
updatesRemoveLayout->addWidget(mUpdatesRemoveCertificates);
+ updatesRemoveLayout->addStretch(1);
updatesRemoveLayout->addWidget(mUpdatesDetailsRemove);
mUpdatesRemove = new CertificateListWidget(this);
connect(mUpdatesRemove, SIGNAL(certListChanged(int)),
More information about the Trustbridge-commits
mailing list