GH-1711 fix inactive element shading in Dark and Bright themes

This commit is contained in:
Petr Mrázek
2016-11-05 15:51:51 +01:00
parent 495e752f8a
commit 13b575f7a9
7 changed files with 54 additions and 20 deletions

View File

@ -1,13 +1,12 @@
#pragma once
#include "ITheme.h"
#include "FusionTheme.h"
class BrightTheme: public ITheme
class BrightTheme: public FusionTheme
{
public:
virtual ~BrightTheme() {}
QString qtTheme() override;
QString id() override;
QString name() override;
QString appStyleSheet() override;