forked from qt-creator/qt-creator
CMakePM: Standardize the appearance of the settings category icon
... and have it in the icons svg. Change-Id: I1610bbe211b8ac67a4ebcc1704863b2a49b37ce1 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -88,7 +88,7 @@ CMakeSpecificSettingsPage::CMakeSpecificSettingsPage(CMakeSpecificSettings *sett
|
||||
setDisplayName(tr("General"));
|
||||
setDisplayCategory("CMake");
|
||||
setCategory(Constants::Settings::CATEGORY);
|
||||
setCategoryIconPath(Constants::Icons::LOGO_BW);
|
||||
setCategoryIconPath(Constants::Icons::SETTINGS_CATEGORY);
|
||||
setSettings(settings);
|
||||
|
||||
setLayouter([settings](QWidget *widget) {
|
||||
|
||||
Reference in New Issue
Block a user