This commit is contained in:
itsmattkc
2019-03-22 02:19:29 +11:00
parent 067eec0b90
commit ff6848d1b6
5 changed files with 28 additions and 5 deletions
+3
View File
@@ -68,6 +68,9 @@ EffectUI::EffectUI(Effect* e) :
QWidget* ui = new QWidget(this);
SetContents(ui);
SetExpanded(e->IsExpanded());
connect(this, SIGNAL(visibleChanged(bool)), e, SLOT(SetExpanded(bool)));
layout_ = new QGridLayout(ui);
layout_->setSpacing(4);