Mercurial > lada > lada-client
changeset 146:e7665edf953f
Only use minimum required space to enter a new Zusatzwert
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 01 Jul 2013 14:08:54 +0200 |
parents | 89e331978e33 |
children | 5da0b56bf9bf |
files | app/view/zusatzwerte/Create.js |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/zusatzwerte/Create.js Mon Jul 01 14:07:58 2013 +0200 +++ b/app/view/zusatzwerte/Create.js Mon Jul 01 14:08:54 2013 +0200 @@ -3,10 +3,6 @@ alias: 'widget.zusatzwertecreate', title: 'Maske für Zusatzwerte', - // Make size of the dialog dependend of the available space. - // TODO: Handle resizing the browser window. - width: Ext.getBody().getViewSize().width - 30, - height: Ext.getBody().getViewSize().height - 30, autoShow: true, autoScroll: true, modal: true,