Resizing of the About dialog to match the golden ratio

bzr revid: mit@openerp.com-20120726122006-5y3tm5r2fwk0m233
This commit is contained in:
Minh Tran 2012-07-26 14:20:06 +02:00
parent 1d766a2bc6
commit 6e48ab4204
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ instance.web.UserMenu = instance.web.Widget.extend({
window.location.href, 'debug');
});
instance.web.dialog($help, {autoOpen: true,
modal: true, width: 580, height: 290, resizable: false, title: _t("About")});
modal: true, width: 507, height: 290, resizable: false, title: _t("About")});
});
},
});