1
0
Fork 0
forked from 0x2620/oxjs

updating dialog and filter

This commit is contained in:
rlx 2011-09-19 12:29:06 +00:00
commit d50e37588b
3 changed files with 151 additions and 113 deletions

View file

@ -637,7 +637,7 @@ Ox.Dialog = function(options, self) {
opacity: 1
}, 50);
});
} else if (key == 'height') {
} else if (key == 'width') {
setMinAndMax();
setCSS({width: value});
}