Fix text color of progress/find status summary label

Using a themed text color instead of a hard-coded one and making sure
that ManhattanStyle does not tweak it.

Task-number: QTCREATORBUG-16643
Change-Id: I4bac9b29ee3c293270f39438664d617ac7591c8e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2016-07-21 17:14:52 +02:00
parent 4f13735e2b
commit 2a765db3a5
3 changed files with 7 additions and 4 deletions

View File

@@ -471,6 +471,7 @@ CountingLabel::CountingLabel()
f.setPointSizeF(StyleHelper::sidebarFontSize());
setFont(f);
setPalette(StyleHelper::sidebarFontPalette(palette()));
setProperty("_q_custom_style_disabled", QVariant(true));
updateCount(0);
}