Make contextual panel taller again

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@225 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-29 15:00:11 +00:00
parent ece4974a91
commit 579dac1219
2 changed files with 5 additions and 5 deletions

View File

@@ -166,9 +166,9 @@ function svg_edit_setup() {
$('#palette').append(str);
var pos = $('#tools_rect_show').position();
$('#tools_rect').css({'left': pos.left+4, 'top': pos.top+40});
$('#tools_rect').css({'left': pos.left+4, 'top': pos.top+70});
pos = $('#tools_ellipse_show').position();
$('#tools_ellipse').css({'left': pos.left+4, 'top': pos.top+40});
$('#tools_ellipse').css({'left': pos.left+4, 'top': pos.top+70});
$('#stroke_width').change(function(){
svgCanvas.setStrokeWidth(this.options[this.selectedIndex].value);