forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -54,7 +54,8 @@ GeneralSettings::GeneralSettings()
|
||||
setDisplayName(tr("Interface"));
|
||||
setCategory(Constants::SETTINGS_CATEGORY_CORE);
|
||||
setDisplayCategory(QCoreApplication::translate("Core", "Environment"));
|
||||
setCategoryIcon(Utils::Icon(":/core/images/category_core.png"));
|
||||
setCategoryIcon(Utils::Icon({{":/core/images/settingscategory_core.png",
|
||||
Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint));
|
||||
}
|
||||
|
||||
static bool hasQmFilesForLocale(const QString &locale, const QString &creatorTrPath)
|
||||
|
||||
Reference in New Issue
Block a user