mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
Disallow resizing of running scripts widget
This commit is contained in:
parent
dd844437b6
commit
76d8090938
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ RunningScriptsWidget::RunningScriptsWidget(QWidget *parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setAllowResize(false);
|
||||
|
||||
ui->hideWidgetButton->setIcon(QIcon(Application::resourcesPath() + "images/close.svg"));
|
||||
ui->reloadAllButton->setIcon(QIcon(Application::resourcesPath() + "images/reload.svg"));
|
||||
|
|
Loading…
Reference in a new issue