mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Remove fullscreen button from running scripts window
This commit is contained in:
parent
b0361025b0
commit
dcae9eb6da
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
#include "ScriptsModel.h"
|
||||
|
||||
RunningScriptsWidget::RunningScriptsWidget(QWidget* parent) :
|
||||
QWidget(parent, Qt::Window),
|
||||
QWidget(parent, Qt::Window | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint |
|
||||
Qt::WindowCloseButtonHint),
|
||||
ui(new Ui::RunningScriptsWidget),
|
||||
_signalMapper(this),
|
||||
_proxyModel(this),
|
||||
|
|
Loading…
Reference in a new issue