summaryrefslogtreecommitdiffstats
path: root/src/engine/theme.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-05-16 08:35:09 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-16 08:42:21 +0300
commit13fdd5fcdd0db713f2b8051830cdf3dda2775433 (patch)
tree934ddf86d1364c12d560dbfcd41c64b363ba26ea /src/engine/theme.cpp
parent322e671266d9d7303f2a10fd837d0de153cf7825 (diff)
Adjusted shadows and default colors
Change-Id: I1325a3ec78cc474df78ba3dde8d59c58aeff81ea Change-Id: I1325a3ec78cc474df78ba3dde8d59c58aeff81ea Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/engine/theme.cpp')
-rw-r--r--src/engine/theme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/theme.cpp b/src/engine/theme.cpp
index 5e3d0540..15a66dfc 100644
--- a/src/engine/theme.cpp
+++ b/src/engine/theme.cpp
@@ -50,8 +50,8 @@ QTCOMMERCIALDATAVIS3D_BEGIN_NAMESPACE
Theme::Theme()
: m_baseColor(QColor(Qt::gray)),
- m_heightColor(QColor(Qt::white)),
- m_depthColor(QColor(Qt::darkGray)),
+ m_heightColor(QColor(Qt::black)),
+ m_depthColor(QColor(Qt::black)),
m_backgroundColor(QColor(Qt::gray)),
m_windowColor(QColor(Qt::gray)),
m_textColor(QColor(Qt::white)),