ProjectExplorer: Start unifing visual appearance of run config widgets

Margins and layout style widely differ so far. Start moving everything
to a QFormLayout with the same margin and growth policy.

Change-Id: I0bd1d8b2ec9830be56354be1376a2a24eebb8845
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-04-06 17:23:06 +02:00
parent c66f52c065
commit a06514c365
6 changed files with 5 additions and 9 deletions

View File

@@ -64,8 +64,6 @@ public:
explicit QbsRunConfigurationWidget(QbsRunConfiguration *rc)
{
auto toplayout = new QFormLayout(this);
toplayout->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
toplayout->setMargin(0);
rc->extraAspect<ExecutableAspect>()->addToMainConfigurationWidget(this, toplayout);
rc->extraAspect<ArgumentsAspect>()->addToMainConfigurationWidget(this, toplayout);