diff --git a/interface/src/ui/RunningScriptsWidget.cpp b/interface/src/ui/RunningScriptsWidget.cpp index 163b83367d..11ced36142 100644 --- a/interface/src/ui/RunningScriptsWidget.cpp +++ b/interface/src/ui/RunningScriptsWidget.cpp @@ -165,7 +165,7 @@ void RunningScriptsWidget::showEvent(QShowEvent* event) { } const QRect parentGeometry = parentWidget()->geometry(); - setGeometry(parentGeometry.topLeft().x(), parentGeometry.topLeft().y(), size().width(), parentWidget()->size().height()); + setGeometry(parentGeometry.topLeft().x(), parentGeometry.topLeft().y(), size().width(), parentWidget()->height()); QWidget::showEvent(event); }