reduce default tooltip show delay to 400ms

This commit is contained in:
Craig Raw 2025-01-22 07:51:04 +02:00
parent 2b145cb9cc
commit 7a5f4ff294

View file

@ -328,3 +328,7 @@ CellView > .text-input.text-field {
-fx-text-fill: rgb(238, 210, 2);
-fx-padding: 0 0 0 12;
}
.tooltip {
-fx-show-delay: 400ms;
}