mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
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:
parent
af33073b29
commit
90a3b4cde6
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue