reduce tooltip show delay to 200ms

This commit is contained in:
Craig Raw 2025-05-05 14:53:24 +02:00
parent 53c5a8d2df
commit 3698ca8e85

View file

@ -330,5 +330,5 @@ CellView > .text-input.text-field {
}
.tooltip {
-fx-show-delay: 400ms;
-fx-show-delay: 200ms;
}