Use 250ms delay everywhere

This looks like it's consistent with the normal menus. And it fixes the issue where multiple menus can be shown at once because it would hide slower than show the next one.

Contributes to issue CURA-8640.
This commit is contained in:
Ghostkeeper 2022-04-08 17:02:38 +02:00
parent af33073b29
commit 90a3b4cde6
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -62,7 +62,7 @@ Cura.MenuItem
Timer
{
id: showTimer
interval: 100
interval: 250
function restartTimer()
{
restart();
@ -197,7 +197,7 @@ Cura.MenuItem
Timer
{
id: showSubTimer
interval: 100
interval: 250
function restartTimer()
{
restart();