A height of 600 is better

This commit is contained in:
Marc Delisle
2011-01-16 10:07:08 -05:00
parent 46c412c997
commit d7854c2dac

View File

@@ -211,7 +211,7 @@ $(document).ready(function() {
width: 800, width: 800,
// height is a workaround for this Chrome problem: // height is a workaround for this Chrome problem:
// http://bugs.jqueryui.com/ticket/4671 // http://bugs.jqueryui.com/ticket/4671
height: 700, height: 600,
modal: true, modal: true,
buttons: button_options buttons: button_options
}); //dialog options end }); //dialog options end