aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/commonoptionspage.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-04-23 19:06:13 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2018-04-24 14:43:35 +0000
commit4317e350f5d51bfefbf08bc2c6f44c7821f1d382 (patch)
treea04c9bfd6520095c9506b21a7598c9141342ef3b /src/plugins/debugger/commonoptionspage.cpp
parent76312d7786fdb6e37de087e76ca347234ca15607 (diff)
Update Options dialog icons
A new set of scalable and themable icons with unified look as provided by Diana. Task-number: QTCREATORBUG-20325 Change-Id: I68498b034e9e43fbb61511a38d9c7fc0003ab076 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.cpp')
-rw-r--r--src/plugins/debugger/commonoptionspage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/commonoptionspage.cpp b/src/plugins/debugger/commonoptionspage.cpp
index 149caec5057..81c64118d3d 100644
--- a/src/plugins/debugger/commonoptionspage.cpp
+++ b/src/plugins/debugger/commonoptionspage.cpp
@@ -68,7 +68,8 @@ CommonOptionsPage::CommonOptionsPage(const QSharedPointer<GlobalDebuggerOptions>
setDisplayName(QCoreApplication::translate("Debugger", "General"));
setCategory(DEBUGGER_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("Debugger", "Debugger"));
- setCategoryIcon(Icon(":/debugger/images/category_debug.png"));
+ setCategoryIcon(Utils::Icon({{":/debugger/images/settingscategory_debugger.png",
+ Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
}
void CommonOptionsPage::apply()