I need to setup my code-editor, spaces.

This commit is contained in:
Thijs Wenker 2017-06-29 01:01:59 +02:00 committed by Atlante45
parent f59a94d401
commit 6c487ec0af
2 changed files with 2 additions and 2 deletions

View file

@ -518,7 +518,7 @@ public:
_octree->getTree()->setSimulation(simpleSimulation);
_entitySimulation = simpleSimulation;
}
DependencyManager::set<ResourceManager>();
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);

View file

@ -328,7 +328,7 @@ public:
installEventFilter(this);
QThreadPool::globalInstance()->setMaxThreadCount(2);
QThread::currentThread()->setPriority(QThread::HighestPriority);
QThread::currentThread()->setPriority(QThread::HighestPriority);
DependencyManager::set<ResourceManager>();
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
_size = QSize(800, 600);