mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Massive fmtlib refactor
This commit is contained in:
@@ -204,7 +204,7 @@ CurveControls::CurveControls(QWidget* parent) : QFrame(parent) {
|
||||
m_lineEdit = new QLineEdit;
|
||||
m_lineEdit->setDisabled(true);
|
||||
QPalette palette = m_lineEdit->palette();
|
||||
palette.setColor(QPalette::Base, palette.color(QPalette::Background));
|
||||
palette.setColor(QPalette::Base, palette.color(QPalette::Window));
|
||||
m_lineEdit->setPalette(palette);
|
||||
connect(m_lineEdit, SIGNAL(returnPressed()), this, SLOT(exprCommit()));
|
||||
leftLayout->addWidget(m_lineEdit, 1, 0);
|
||||
|
||||
Reference in New Issue
Block a user