fixed #693
This commit is contained in:
@@ -66,6 +66,7 @@ EffectUI::EffectUI(Effect* e) :
|
||||
SetTitle(effect_name);
|
||||
|
||||
QWidget* ui = new QWidget(this);
|
||||
ui->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
|
||||
SetContents(ui);
|
||||
|
||||
SetExpanded(e->IsExpanded());
|
||||
|
||||
Reference in New Issue
Block a user