导入泳道图默认形状大小修改为150*66
This commit is contained in:
parent
f5b471a225
commit
2d697f5ba4
Binary file not shown.
@ -30,8 +30,8 @@ public class ShapeConst {
|
||||
public final static String SHAPE_BASE_TITLE_ROW_IMPORT = "模型名称、模型类型、形状名称、形状类型、流程分支、形状编号";
|
||||
|
||||
|
||||
public final static Integer SHAPE_NODE_WIDTH = 200;
|
||||
public final static Integer SHAPE_NODE_HEIGHT = 70;
|
||||
public final static Integer SHAPE_NODE_WIDTH = 150;
|
||||
public final static Integer SHAPE_NODE_HEIGHT = 66;
|
||||
|
||||
|
||||
public final static Integer SHAPE_NODE_INTERVAL = 50;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user