Made it possible to make Qt Creator smaller, based on scroll areas

Scroll areas were added to the welcome mode and the project mode, to
make sure they don't limit how small Qt Creator can be made.

Done with mae
This commit is contained in:
Thorbjørn Lindeijer
2009-07-10 14:54:46 +02:00
parent b410ddc4bd
commit abee2e0b0d
3 changed files with 21 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ CMakeRunConfigurationWidget::CMakeRunConfigurationWidget(CMakeRunConfiguration *
fl->addRow(tr("Working Directory:"), boxlayout);
QGroupBox *box = new QGroupBox(tr("Environment"),this);
QVBoxLayout *boxLayout = new QVBoxLayout();
QVBoxLayout *boxLayout = new QVBoxLayout;
box->setLayout(boxLayout);
box->setFlat(true);