From 7c284cb3e1b553c2921a21d0884ba41fb4b42c2c Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Wed, 27 Jan 2010 21:23:42 +0000 Subject: [PATCH] same duration as used in Plasma::ItemBackground; smoother and more consistent for bonus svn path=/trunk/KDE/kdebase/workspace/; revision=1081170 --- tabbox/tabboxview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tabbox/tabboxview.cpp b/tabbox/tabboxview.cpp index 3bfc574e92..ab881b024b 100644 --- a/tabbox/tabboxview.cpp +++ b/tabbox/tabboxview.cpp @@ -79,6 +79,7 @@ TabBoxView::TabBoxView( QWidget* parent ) m_selectionFrame->setEnabledBorders( Plasma::FrameSvg::AllBorders ); m_animation = new QPropertyAnimation( this, "selectedItem", this ); + m_animation->setDuration(250); m_animation->setEasingCurve( QEasingCurve::InOutQuad ); connect( tabBox, SIGNAL(configChanged()), this, SLOT(configChanged()));