forked from qt-creator/qt-creator
Remove the summary part from the most commonly used project configuration pages.
Reviewed-by: dt
This commit is contained in:
@@ -213,7 +213,7 @@ void BuildStepsPage::addBuildStep()
|
||||
|
||||
addBuildStepWidget(pos, newStep);
|
||||
const BuildStepsWidgetStruct s = m_buildSteps.at(pos);
|
||||
s.detailsWidget->setExpanded(true);
|
||||
s.detailsWidget->setState(Utils::DetailsWidget::Expanded);
|
||||
}
|
||||
|
||||
m_noStepsLabel->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user