From e615b25957fd6788a8762a989b1037b566e31cb3 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Tue, 31 Jul 2018 19:19:12 +0300 Subject: [PATCH] [effects] Move Fall Apart and Sheet to the Candy category Summary: The Fall Apart effect and the Sheet effect look like "candies" so let's move them to corresponding category. Test Plan: {F6167489, layout=center, size=full} Reviewers: #kwin, #plasma, #vdg, ngraham, davidedmundson Reviewed By: #kwin, #plasma, #vdg, ngraham, davidedmundson Subscribers: ngraham, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D14517 --- effects/effect_builtins.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/effects/effect_builtins.cpp b/effects/effect_builtins.cpp index eb61adf4aa..30587e77c9 100644 --- a/effects/effect_builtins.cpp +++ b/effects/effect_builtins.cpp @@ -236,7 +236,7 @@ EFFECT_FALLBACK QStringLiteral("fallapart"), i18ndc("kwin_effects", "Name of a KWin Effect", "Fall Apart"), i18ndc("kwin_effects", "Comment describing the KWin Effect", "Closed windows fall into pieces"), - QStringLiteral("Appearance"), + QStringLiteral("Candy"), QString(), QUrl(), false, @@ -476,7 +476,7 @@ EFFECT_FALLBACK QStringLiteral("sheet"), i18ndc("kwin_effects", "Name of a KWin Effect", "Sheet"), i18ndc("kwin_effects", "Comment describing the KWin Effect", "Make modal dialogs smoothly fly in and out when they are shown or hidden"), - QStringLiteral("Appearance"), + QStringLiteral("Candy"), QString(), QUrl(), false,