summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-28 16:00:50 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-30 10:08:00 +0000
commit71e94e4e280652d9a7d9e2a9ef9721fdc1ba14ce (patch)
tree4fa9fc5db3b0a485292b96798c2b6333f39c7739
parent1e55f02d2c76d3d7d6b85a3879c8537a62169862 (diff)
downloadqt-creator-71e94e4e280652d9a7d9e2a9ef9721fdc1ba14ce.tar.gz
Theming: Fix value of TextColorDisabled for classic mode
TextColorDisabled has always been the same value as TextColorNormal (which was presumably unintended), and nobody seems to have noticed for a long time. However, as of commit f7a0a3cd26 we have been using TextColorDisabled to display disabled project nodes, which means users could not tell enabled and disabled parts of the project apart anymore when using classic mode. We now use the same value as in the other themes. Change-Id: I1f616b6808d6c2012748af24b90953e4eb75df18 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
-rw-r--r--share/qtcreator/themes/default.creatortheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index d466836376..80ea5c2c15 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -108,7 +108,7 @@ ProgressBarColorNormal=b4ffffff
ProgressBarTitleColor=ffffffff
ProgressBarBackgroundColor=18ffffff
SplitterColor=splitterColor
-TextColorDisabled=ff000000
+TextColorDisabled=55000000
TextColorError=ffff0000
TextColorHighlight=ffa0a0a4
TextColorHighlightBackground=ffef0b