comparison app/view/kommentare/Create.js @ 145:89e331978e33

Changed size of kommentare window. Only use minimum required space.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 01 Jul 2013 14:07:58 +0200
parents 7b1140bd8b3d
children 11f8a2c1b610
comparison
equal deleted inserted replaced
144:7b1140bd8b3d 145:89e331978e33
3 alias: 'widget.kommentarecreate', 3 alias: 'widget.kommentarecreate',
4 4
5 title: 'Maske für Kommentare', 5 title: 'Maske für Kommentare',
6 // Make size of the dialog dependend of the available space. 6 // Make size of the dialog dependend of the available space.
7 // TODO: Handle resizing the browser window. 7 // TODO: Handle resizing the browser window.
8 width: Ext.getBody().getViewSize().width - 30,
9 height: Ext.getBody().getViewSize().height - 30,
10 autoShow: true, 8 autoShow: true,
11 autoScroll: true, 9 autoScroll: true,
12 modal: true, 10 modal: true,
13 11
14 requires: [ 12 requires: [

http://lada.wald.intevation.org