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-75d572ba1dddmaster
parent
2e9c519ea9
commit
f50c753277
|
@ -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;
|
||||
|
|
|
@ -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) {};
|
||||
|
|
Loading…
Reference in New Issue