same duration as used in Plasma::ItemBackground; smoother and more consistent for bonus

svn path=/trunk/KDE/kdebase/workspace/; revision=1081170
remotes/origin/Plasma/5.0
Aaron J. Seigo 16 years ago
parent b02f1c6d7e
commit 7c284cb3e1
  1. 1
      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()));

Loading…
Cancel
Save