Commit fac5297d authored by Akikonata's avatar Akikonata

dev

parent d66cec03
Subproject commit 256dce28fb1e574b18f0dd084f7503cbc25e2a80
Subproject commit b68589d568ab7b92b57200b436d8f0a876d3193f
......@@ -89,7 +89,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 3,
spaceRight: 0,
spaceTop: 3,
spaceBottom: 3
spaceBottom: 10
},
"main": {
stroke: new kity.Pen("white", 2).setLineCap("round").setLineJoin("round"),
......@@ -103,7 +103,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 5,
spaceRight: 0,
spaceTop: 2,
spaceBottom: 2
spaceBottom: 5
},
"sub": {
......@@ -116,7 +116,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 4,
spaceRight: 0,
spaceTop: 2,
spaceBottom: 2
spaceBottom: 5
}
};
//更新背景
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment