Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
dfcaf65b
Commit
dfcaf65b
authored
Feb 08, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug
parent
0537e3e0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
layout.default.js
src/module/layout.default.js
+3
-3
No files found.
src/module/layout.default.js
View file @
dfcaf65b
...
...
@@ -86,7 +86,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
appendside
:
node
.
getData
(
"layout"
).
appendside
};
node
.
setData
(
"layout"
,
Layout
);
contRC
.
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
15
);
contRC
.
setTransform
(
new
kity
.
Matrix
().
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
15
)
);
this
.
update
();
},
update
:
function
()
{
...
...
@@ -162,7 +162,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
appendside
:
node
.
getData
(
"layout"
).
appendside
};
node
.
setData
(
"layout"
,
Layout
);
contRC
.
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
10
);
contRC
.
setTransform
(
new
kity
.
Matrix
().
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
10
)
);
highlightshape
.
fill
(
"chocolate"
).
translate
(
-
1
,
0
);
this
.
update
();
},
...
...
@@ -257,7 +257,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
};
node
.
setData
(
"layout"
,
Layout
);
node
.
setData
(
"text"
,
"Minder Root"
);
contRC
.
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
15
);
contRC
.
setTransform
(
new
kity
.
Matrix
().
translate
(
Layout
.
padding
[
3
],
Layout
.
padding
[
0
]
+
15
)
);
this
.
update
();
},
update
:
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment