changeset 463 | 353c2f830888 |
parent 461 | 105af110b0e6 |
child 464 | 7f48321fc38a |
--- a/QTfrontend/pages.cpp Tue Feb 20 18:40:45 2007 +0000 +++ b/QTfrontend/pages.cpp Tue Feb 20 18:51:05 2007 +0000 @@ -514,6 +514,8 @@ pageLayout->setSizeConstraint(QLayout::SetMinimumSize); //pageLayout->setSpacing(1); //pageLayout->setMargin(1); + pageLayout->setColumnStretch(0, 50); + pageLayout->setColumnStretch(1, 50); // chatwidget pChatWidget = new HWChatWidget(this);