Fix position of color/gradient picker
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@652 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -887,7 +887,7 @@ function svg_edit_setup() {
|
|||||||
was_none = true;
|
was_none = true;
|
||||||
}
|
}
|
||||||
var pos = elem.position();
|
var pos = elem.position();
|
||||||
$('#color_picker').css({'left': pos.left - 140, 'bottom': 124 - pos.top}).jGraduate(
|
$('#color_picker').css({'left': pos.left, 'bottom': 50 - pos.top}).jGraduate(
|
||||||
{
|
{
|
||||||
paint: paint,
|
paint: paint,
|
||||||
window: { pickerTitle: title },
|
window: { pickerTitle: title },
|
||||||
|
|||||||
Reference in New Issue
Block a user