Commit 7b0811c0 authored by Akikonata's avatar Akikonata

changed size

parent 67910f0b
......@@ -22,7 +22,7 @@
stroke:"orange",
color:"black",
padding:[10,10,10,10],
fontSize:20
fontSize:30
});
_root.setData("x",minderWidth/2);
_root.setData("y",minderHeight/2);
......
KityMinder.registerModule( "LayoutModule", function () {
var defaultHeight = 25;
var defaultHeight = 35;
var isOdd = function ( num ) {
return num % 2 !== 0;
......
......@@ -24,7 +24,7 @@ KityMinder.registerModule( "RenderModule", function () {
stroke: "orange",
color: "black",
padding: [ 5, 10, 5, 10 ],
fontSize: 14,
fontSize: 20,
};
var kR = node.getRenderContainer();
var nodeShape = kR.nodeShape = kR.nodeShape || new MinderNodeShape( kR );
......
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