UI: increased tooltip time before hide (60 secs)

This commit is contained in:
Oleg Agafonov 2018-01-02 00:15:44 +04:00
parent c1bf846973
commit 9009d72c82
3 changed files with 11 additions and 5 deletions

View file

@ -69,6 +69,9 @@ public final class Constants {
public static final int POWBOX_TEXT_MAX_LEFT = 212;
public static final int DAMAGE_MAX_LEFT = 180;
// tooltip hints delay in ms (need more time to display long hints withour hiding)
public static final int TOOLTIPS_DELAY_MS = 60 * 1000;
public static final Border EMPTY_BORDER = BorderFactory.createEmptyBorder(2, 2, 2, 2);
public static final double SCALE_FACTOR = 0.5;