I need to setup my code-editor, spaces.

This commit is contained in:
Thijs Wenker 2017-06-29 01:01:59 +02:00
parent 93679f7c3b
commit d5289d357b
2 changed files with 2 additions and 2 deletions

View file

@ -519,7 +519,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);