Browse Source

无JIRA任务,修改悬停提示的初始化时间

master
plough 7 years ago
parent
commit
d9cb9c1aa5
  1. 2
      designer_base/src/com/fr/design/gui/ibutton/UIButton.java

2
designer_base/src/com/fr/design/gui/ibutton/UIButton.java

@ -36,7 +36,7 @@ public class UIButton extends JButton implements UIObserver {
private CellBorderStyle border = null;
protected UIObserverListener uiObserverListener;
private static final int TOOLTIP_INIT_DELAY = 1000; // 延迟 1s 显示提示文字
private static final int TOOLTIP_INIT_DELAY = 300; // 延迟 0.3s 显示提示文字
public UIButton() {
this(StringUtils.EMPTY);

Loading…
Cancel
Save