forked from External/mage
UI: increased tooltip time before hide (60 secs)
This commit is contained in:
parent
c1bf846973
commit
9009d72c82
3 changed files with 11 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue