[IMP] width of dialog boxes

bzr revid: fp@tinyerp.com-20120712170321-8fxzwxrvj56ef5xq
This commit is contained in:
Fabien Pinckaers 2012-07-12 19:03:21 +02:00
parent 51a198357f
commit cc42add5bd
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ instance.web.Dialog = instance.web.Widget.extend({
this.dialog_options = {
modal: true,
destroy_on_close: true,
width: 580,
width: 750,
min_width: 0,
max_width: '95%',
height: 'auto',