OSDN Git Service

kdeplasma-addons: adjust to plasma changes
authorIvailo Monev <xakepa10@gmail.com>
Sat, 20 May 2023 02:24:52 +0000 (05:24 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 20 May 2023 02:24:52 +0000 (05:24 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
kdeplasma-addons/containments/groupingdesktop/lib/groupingcontainment.cpp

index a8be945..29babd0 100644 (file)
@@ -623,7 +623,7 @@ void GroupingContainment::addGroup(AbstractGroup *group, const QPointF &pos)
 
     if (!d->loading && !pos.isNull()) {
         d->manageGroup(group, pos);
-        Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::AppearAnimation);
+        Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::ZoomAnimation);
         if (anim) {
             anim->setTargetWidget(group);
             anim->setDirection(QAbstractAnimation::Backward);