merged with master

This commit is contained in:
itsmattkc
2019-03-29 15:45:51 +11:00
19 changed files with 1115 additions and 914 deletions
+1
View File
@@ -86,6 +86,7 @@ EffectUI::EffectUI(Effect* e) :
SetTitle(effect_name);
QWidget* ui = new QWidget(this);
ui->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
SetContents(ui);
SetExpanded(e->IsExpanded());