mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1977 Curve Calculator : Hide Edit header, hide new/delete variable buttons
This commit is contained in:
@@ -171,8 +171,8 @@ void RicSummaryCurveCalculator::defineUiOrdering(QString uiConfigName, caf::PdmU
|
||||
group->add(&m_parseExpression);
|
||||
group->add(&m_calculateExpression);
|
||||
|
||||
group->add(&m_newVariable);
|
||||
group->add(&m_deleteVariable);
|
||||
// group->add(&m_newVariable);
|
||||
// group->add(&m_deleteVariable);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -92,6 +92,8 @@ void RicSummaryCurveCalculatorEditor::recursivelyConfigureAndUpdateTopLevelUiIte
|
||||
m_pdmTableView->setListField(nullptr);
|
||||
|
||||
m_firstRowRightLayout->addWidget(m_pdmTableView);
|
||||
|
||||
m_pdmTableView->tableView()->resizeColumnsToContents();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user