ui: Fixed gui_path for enter license ui css files

This commit is contained in:
Eberhard Graether
2016-02-01 15:43:04 +01:00
parent 5aa1add617
commit 29a70b8f70
+2 -2
View File
@@ -53,8 +53,8 @@ void QtLicense::load()
void QtLicense::setup()
{
setStyleSheet((
utility::getStyleSheet(ResourcePaths::getGuiPath() + "data/gui/setting_window/window.css") +
utility::getStyleSheet(ResourcePaths::getGuiPath() + "data/gui/license/license.css")
utility::getStyleSheet(ResourcePaths::getGuiPath() + "setting_window/window.css") +
utility::getStyleSheet(ResourcePaths::getGuiPath() + "license/license.css")
).c_str());
addLogo();