diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/dialog/complex-dialogs.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/visual/dialog/complex-dialogs.html b/tests/visual/dialog/complex-dialogs.html index 5c2e1d8a1..5cd9271ae 100644 --- a/tests/visual/dialog/complex-dialogs.html +++ b/tests/visual/dialog/complex-dialogs.html @@ -24,7 +24,6 @@ $(function() { var dialog = $( "#dialog" ).dialog({ modal: true, - height: 350, width: 500, buttons: [ { @@ -45,7 +44,7 @@ showText: false } ] - }), + }).dialog("option", "height", 600), datepickerDialog = $( "#dialog-datepicker" ).dialog({ autoOpen: false, |