Mercurial > trustbridge
diff ui/aboutdialog.cpp @ 428:d1819cd56dee
Updated dialog layout.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 17 Apr 2014 13:16:43 +0200 |
parents | d08e39b913ee |
children | dec797c7230c |
line wrap: on
line diff
--- a/ui/aboutdialog.cpp Thu Apr 17 12:56:23 2014 +0200 +++ b/ui/aboutdialog.cpp Thu Apr 17 13:16:43 2014 +0200 @@ -68,6 +68,7 @@ centerLayout->insertSpacing(2, 10); centerLayout->insertSpacing(4, 10); centerLayout->insertSpacing(6, 10); + centerLayout->insertStretch(8, 10); QPushButton *closeButton = new QPushButton(tr("Close")); connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));