bug
This commit is contained in:
parent
81cf0e828b
commit
f7c0d0a844
@ -77,8 +77,8 @@ void RecourceHelper::ChangeSkin(const QString& skin) {
|
||||
if (file.open(QFile::ReadOnly | QFile::Text)) {
|
||||
QTextStream stream(&file);
|
||||
QString qss = stream.readAll();
|
||||
qss += "\nDialogTitleBar{border-top-left-radius:10px;border-top-right-radius:10px;}\n";
|
||||
qss += "QWidget#DialogContainer{border-radius:10px;background: palette(window);}\n";
|
||||
//qss += "\nDialogTitleBar{border-top-left-radius:10px;border-top-right-radius:10px;}\n";
|
||||
//qss += "QWidget#DialogContainer{border-radius:10px;background: palette(window);}\n";
|
||||
qApp->setStyleSheet(qss);
|
||||
file.close();
|
||||
}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#include "entities/Entity.h"
|
||||
#include "common/SpdLogger.h"
|
||||
|
||||
#include "scutcheon/osgScutcheon.h"
|
||||
//#include "scutcheon/osgScutcheon.h"
|
||||
|
||||
LabelComponent::LabelComponent(SceneComponent* parent)
|
||||
: SceneComponent(parent)
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "scene/OEScene.h"
|
||||
#include "workspace/WorkSpaceManager.h"
|
||||
#include "workspace/WorkSpace.h"
|
||||
#include "scutcheon/osgScutcheon.h"
|
||||
//#include "scutcheon/osgScutcheon.h"
|
||||
#include "workspace/PresetModelConfigParser.h"
|
||||
|
||||
#include "entities/EntitiesManager.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user