Skip to content
Snippets Groups Projects
Commit f480cd51 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Disable ManhattanStyle, that fixes background colors of some widgets under (at...

Disable ManhattanStyle, that fixes background colors of some widgets under (at least) Plasma desktop manager.
parent a80f36bb
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@
#include "fancytabwidget.h"
#include "hostosinfo.h"
#include "mainwindow_constants.h"
#include "manhattanstyle.h"
#include "progressbar.h"
#include "projectmanager.h"
#include "stylehelper.h"
......@@ -180,8 +179,6 @@ void MainWindow::initApplication()
if (!GUI_OS_Utils::HostOsInfo::isMacHost())
QApplication::setWindowIcon(QIcon(":/images/BornAgain.ico"));
QString baseName = QApplication::style()->objectName();
qApp->setStyle(new ManhattanStyle(baseName));
Manhattan::Utils::StyleHelper::setBaseColor(QColor(Constants::MAIN_THEME_COLOR));
setDockNestingEnabled(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment