author | Wuzzy <almikes@aol.com> |
Fri, 06 May 2016 17:26:06 +0200 | |
changeset 11819 | 8eccc307ca1e |
parent 11818 | 5bda5af6a9c7 |
child 11820 | 68bc5ebce319 |
--- a/QTfrontend/ui/page/AbstractPage.cpp Fri May 06 17:20:19 2016 +0200 +++ b/QTfrontend/ui/page/AbstractPage.cpp Fri May 06 17:26:06 2016 +0200 @@ -45,7 +45,7 @@ // stretch grid space for body and footer pageLayout->setColumnStretch(0,1); - pageLayout->setColumnStretch(1,2); + pageLayout->setColumnStretch(1,8); pageLayout->setColumnStretch(2,1); pageLayout->setRowStretch(0,1); pageLayout->setRowStretch(1,0);