cleaned up objects with too many commas, made some optimizations which prevent icon elems from being included in ID numbers

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1133 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-31 19:24:03 +00:00
parent b3d993959b
commit 525dbf0c18
4 changed files with 72 additions and 47 deletions

View File

@@ -1264,7 +1264,7 @@ function svg_edit_setup() {
'font-size': {s: '.9em', l: '2em', xl: '2.5em'}
},
"#zoom_panel": {
'margin-top': {s: '3px', l: '4px', xl: '5px'},
'margin-top': {s: '3px', l: '4px', xl: '5px'}
},
"#copyright, #tools_bottom .label": {
'font-size': {l: '1.5em', xl: '2em'},
@@ -1292,7 +1292,7 @@ function svg_edit_setup() {
},
"#sidepanels": {
'top': {s: '50px', l: '88px', xl: '125px'},
'bottom': {s: '51px', l: '68px', xl: '65px'},
'bottom': {s: '51px', l: '68px', xl: '65px'}
},
'#layerbuttons': {
'width': {l: '130px', xl: '175px'},
@@ -1519,7 +1519,7 @@ function svg_edit_setup() {
{
paint: paint,
window: { pickerTitle: title },
images: { clientPath: "jgraduate/images/" },
images: { clientPath: "jgraduate/images/" }
},
function(p) {
paint = new $.jGraduate.Paint(p);