(trunk web) #4480 "Bottom bar looks bad on iPhone" -- fixed.

This commit is contained in:
Jordan Lee
2011-09-14 17:17:03 +00:00
parent c6b31a6f70
commit 779316aa37
4 changed files with 17 additions and 9 deletions

View File

@@ -164,9 +164,7 @@ function PrefsDialog(remote) {
return {
width: $(window).width(),
height: $(window).height(),
position: [ 'left', 'top' ],
resizable: false,
draggable: false
position: [ 'left', 'top' ]
};
},