From e12f76f54f9f135992132be867da435f1c328f21 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 16 Nov 2020 12:32:05 -0700 Subject: [PATCH] [kcms/icons] Don't offer to set desktop icon size This is confusing since desktop icon sizes are set directly in the desktop containment config window, and changing the desktop icon size in this KCM has no visible effect at all. Let's not show it at all. BUG: 429138 FIXED-IN: 5.21 --- kcms/icons/iconsizecategorymodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kcms/icons/iconsizecategorymodel.cpp b/kcms/icons/iconsizecategorymodel.cpp index 515c2e316..a59bc4c21 100644 --- a/kcms/icons/iconsizecategorymodel.cpp +++ b/kcms/icons/iconsizecategorymodel.cpp @@ -23,7 +23,6 @@ IconSizeCategoryModel::IconSizeCategoryModel(QObject *parent) : QAbstractListModel(parent) , m_data({ - {QStringLiteral("desktopSize"), I18N_NOOP("Desktop"), QStringLiteral("Desktop"), KIconLoader::Desktop}, {QStringLiteral("toolbarSize"), I18N_NOOP("Toolbar"), QStringLiteral("Toolbar"), KIconLoader::Toolbar}, {QStringLiteral("mainToolbarSize"), I18N_NOOP("Main Toolbar"), QStringLiteral("MainToolbar"), KIconLoader::MainToolbar}, {QStringLiteral("smallSize"), I18N_NOOP("Small Icons"), QStringLiteral("Small"), KIconLoader::Small},