|
|
|
@ -40,7 +40,6 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
private static final int ARROW_RANGE_START = CONTENT_WIDTH - 30; |
|
|
|
|
// 弹出对话框高度
|
|
|
|
|
private static final int POPUP_MIN_HEIGHT = 145; |
|
|
|
|
private static final int POPUP_MAX_HEIGHT = 480; |
|
|
|
|
private static final int POPUP_DEFAULT_HEIGHT = 356; |
|
|
|
|
public static final String KEY_CELL_ELEMENT = "cellElement"; |
|
|
|
|
public static final String KEY_CELL_ATTR = "cellAttr"; |
|
|
|
@ -1016,9 +1015,6 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
if (bounds.height < POPUP_MIN_HEIGHT) { |
|
|
|
|
bounds.height = POPUP_MIN_HEIGHT; |
|
|
|
|
} |
|
|
|
|
if (bounds.height > POPUP_MAX_HEIGHT) { |
|
|
|
|
bounds.height = POPUP_MAX_HEIGHT; |
|
|
|
|
} |
|
|
|
|
mouseDownCompCoords.y = currCoords.y; |
|
|
|
|
setBounds(bounds); |
|
|
|
|
} |
|
|
|
|