Adjust Cecily tiddler width

This commit is contained in:
Jermolene 2014-04-13 09:24:06 +01:00
parent 260d3ad8c0
commit 46969fbd3e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ CecilyStoryView.prototype.loadMap = function() {
this.map = this.listWidget.wiki.getTiddlerData(this.getMapTiddlerTitle(),{
positions: {},
newTiddlerPosition: {x: 0, y: 0},
width: 600
width: 660
});
};