popup duration changed

This commit is contained in:
Uwe Rathmann 2023-10-24 11:40:00 +02:00
parent e4b9b8bd1b
commit b33da588e1
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ void Editor::setupPopup( const QskFluent2Theme& theme )
setHint( Q::Overlay | A::Style, true );
setGradient( Q::Overlay, pal.background.overlay.defaultColor );
setAnimation( Q::Popup, 200 );
setAnimation( Q::Popup, 150 );
}
void Editor::setupProgressBarMetrics()