author | sheepluva |
Mon, 31 Oct 2011 21:04:18 +0100 | |
changeset 6258 | ba9defb98a70 |
parent 6257 | e6690d3a8a44 |
child 6259 | 02765411a912 |
--- a/QTfrontend/ui/page/pagetraining.cpp Mon Oct 31 20:51:00 2011 +0100 +++ b/QTfrontend/ui/page/pagetraining.cpp Mon Oct 31 21:04:18 2011 +0100 @@ -79,7 +79,7 @@ pageLayout->addWidget(lstMissions, 1, 0, 1, 2); // span 2 columns // let's not make the list use more space than needed - lstMissions->setFixedWidth(360); + lstMissions->setFixedWidth(400); pageLayout->setAlignment(lstMissions, Qt::AlignHCenter); return pageLayout;