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:
@@ -815,7 +815,7 @@ ADSRControls::ADSRControls(QWidget* parent) : QFrame(parent) {
|
||||
QGridLayout* leftLayout = new QGridLayout;
|
||||
|
||||
QPalette palette = QWidget::palette();
|
||||
palette.setColor(QPalette::Base, palette.color(QPalette::Background));
|
||||
palette.setColor(QPalette::Base, palette.color(QPalette::Window));
|
||||
|
||||
palette.setColor(QPalette::Text, Red);
|
||||
QLabel* lab = new QLabel(tr("Attack"));
|
||||
|
||||
Reference in New Issue
Block a user