Mercurial > hg > easyhg
diff incomingdialog.cpp @ 300:5e4a10af7945
Minor layout & text changes
author | Chris Cannam |
---|---|
date | Tue, 22 Feb 2011 15:51:47 +0000 |
parents | fd9dc5a457d8 |
children |
line wrap: on
line diff
--- a/incomingdialog.cpp Tue Feb 22 15:32:00 2011 +0000 +++ b/incomingdialog.cpp Tue Feb 22 15:51:47 2011 +0000 @@ -81,6 +81,9 @@ QDialogButtonBox *bb = new QDialogButtonBox(QDialogButtonBox::Ok); connect(bb, SIGNAL(accepted()), this, SLOT(accept())); layout->addWidget(bb, 2, 0, 1, 2); + + layout->setColumnStretch(1, 20); + setMinimumWidth(400); }