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 () { ...@@ -89,7 +89,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 3, spaceLeft: 3,
spaceRight: 0, spaceRight: 0,
spaceTop: 3, spaceTop: 3,
spaceBottom: 3 spaceBottom: 10
}, },
"main": { "main": {
stroke: new kity.Pen("white", 2).setLineCap("round").setLineJoin("round"), stroke: new kity.Pen("white", 2).setLineCap("round").setLineJoin("round"),
...@@ -103,7 +103,7 @@ KityMinder.registerModule("LayoutDefault", function () { ...@@ -103,7 +103,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 5, spaceLeft: 5,
spaceRight: 0, spaceRight: 0,
spaceTop: 2, spaceTop: 2,
spaceBottom: 2 spaceBottom: 5
}, },
"sub": { "sub": {
...@@ -116,7 +116,7 @@ KityMinder.registerModule("LayoutDefault", function () { ...@@ -116,7 +116,7 @@ KityMinder.registerModule("LayoutDefault", function () {
spaceLeft: 4, spaceLeft: 4,
spaceRight: 0, spaceRight: 0,
spaceTop: 2, 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