17 lines
552 B
XML
17 lines
552 B
XML
<mxEditor>
|
|
<include name="config/wfeditor-commons.xml"/>
|
|
<ui>
|
|
<add as="graph" element="graph"
|
|
style="left:70px;right:20px;top:20px;bottom:40px"/>
|
|
<add as="status" element="status"
|
|
style="height:20px;bottom:20px;left:20px;right:20px"/>
|
|
<add as="toolbar" x="16" y="20" width="50" style="padding:5px;padding-top:8px;padding-right:0px;"/>
|
|
</ui>
|
|
<mxGraph as="graph">
|
|
<include name="config/wfgraph-commons.xml"/>
|
|
</mxGraph>
|
|
<mxDefaultToolbar as="toolbar">
|
|
<include name="config/wftoolbar-commons.xml"/>
|
|
</mxDefaultToolbar>
|
|
</mxEditor>
|