From f50c7532770a81a3afb62b397f97219407869d89 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 6 Jan 2010 04:35:41 +0000 Subject: [PATCH] Fix Issue 394 (trunk): add a few pixels to bottom of dialog git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1155 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 2 +- editor/svgcanvas.js | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 842d8485..502b562f 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -781,7 +781,7 @@ button#tool_docprops_cancel { top: 50%; width: 300px; margin-left: -150px; - height: 145px; + height: 150px; margin-top: -80px; position:fixed; z-index:50001; diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index dc0350c7..1fb792eb 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -3,19 +3,11 @@ * * Licensed under the Apache License, Version 2 * - * Copyright(c) 2009 Alexis Deveria - * Copyright(c) 2009 Pavol Rusnak - * Copyright(c) 2009 Jeff Schiller + * Copyright(c) 2010 Alexis Deveria + * Copyright(c) 2010 Pavol Rusnak + * Copyright(c) 2010 Jeff Schiller * */ -/* - TODOs for TransformList: - - * go through ungrouping again - * ensure zooming works properly - * ensure undo/redo works perfectly -*/ - if(!window.console) { window.console = {}; window.console.log = function(str) {};