diff options
Diffstat (limited to 'demos/dialog/modal-form.html')
-rw-r--r-- | demos/dialog/modal-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index b09f4e91e..919bb0733 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -93,7 +93,7 @@ dialog = $( "#dialog-form" ).dialog({ autoOpen: false, - height: 300, + height: 400, width: 350, modal: true, buttons: { |