1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-23 19:20:56 +00:00

Appended resources/ to the stylesheet path

This commit is contained in:
Pieter van der Kloet 2012-03-01 04:38:37 +01:00
parent c796c81d00
commit 5ffa3264b2

View File

@ -46,7 +46,7 @@ MainDialog::MainDialog()
setMinimumSize(QSize(575, 575));
// Load the stylesheet
QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "launcher.qss").string());
QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "resources/launcher.qss").string());
QFile file(config);
if (!file.exists()) {