This commit is contained in:
Lars Jung 2013-08-29 03:15:31 +02:00
parent 24b4f4ce8a
commit e3d19a9175
6 changed files with 22 additions and 33 deletions

View file

@ -4,9 +4,9 @@ modulejs.define('view/spacing', ['_', '$', 'core/settings', 'core/event'], funct
var settings = _.extend({
maxWidth: 960,
top: 50,
right: "auto",
right: 'auto',
bottom: 50,
left: "auto"
left: 'auto'
}, allsettings.spacing),
adjustSpacing = function () {