mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
+ Added the ability for Groups to assume any shape
This commit is contained in:
parent
f1f5e4e00f
commit
7e1eaa41df
@ -226,7 +226,7 @@ Group.prototype = {
|
||||
|
||||
$(container).resizable({
|
||||
handles: "se",
|
||||
aspectRatio: true,
|
||||
aspectRatio: false,
|
||||
stop: function(){
|
||||
self.arrange();
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ var Page = {
|
||||
$("body").css("overflow", "hidden");
|
||||
|
||||
$(this).css("zIndex",99999).animate({
|
||||
top: 0, left: 0, easing: "easein",
|
||||
top: -10, left: 0, easing: "easein",
|
||||
width:w*scale, height:h*scale}, 200, function(){
|
||||
$(this).find("canvas").data("link").tab.focus();
|
||||
$(this)
|
||||
|
Loading…
Reference in New Issue
Block a user