Browse Source

REPORT-1096 取色板=>将取色板弹出框的位置改为居中

master
plough 8 years ago
parent
commit
cb40201537
  1. 2
      designer_base/src/com/fr/design/gui/ibutton/UIColorButton.java

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

@ -126,7 +126,7 @@ public class UIColorButton extends UIButton implements PopupHider, UIObserver, G
popupWin = this.getColorControlWindow();
GUICoreUtils.showPopupMenu(popupWin, this, 0, this.getSize().height);
GUICoreUtils.showPopupMenu(popupWin, this, -70, this.getSize().height);
}
/**

Loading…
Cancel
Save