comparison app/view/About.js @ 387:6952e5dc9861

Changed size of about window
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 30 Aug 2013 11:17:08 +0200
parents 00bf2d4f3bd1
children 9591ca90d58d
comparison
equal deleted inserted replaced
386:00bf2d4f3bd1 387:6952e5dc9861
6 alias: 'widget.about', 6 alias: 'widget.about',
7 7
8 title: 'Lada Information', 8 title: 'Lada Information',
9 // Make size of the dialog dependend of the available space. 9 // Make size of the dialog dependend of the available space.
10 // TODO: Handle resizing the browser window. 10 // TODO: Handle resizing the browser window.
11 width: Ext.getBody().getViewSize().width - 30, 11 width: 200,
12 height: Ext.getBody().getViewSize().height - 30, 12 height: 200,
13 autoShow: true, 13 autoShow: true,
14 autoScroll: true, 14 autoScroll: true,
15 modal: true, 15 modal: true,
16 layout: "fit",
16 17
17 initComponent: function() { 18 initComponent: function() {
18 var sver = "tests" 19 var sver = "tests"
19 var cver = "testc" 20 var cver = "testc"
20 this.buttons = [ 21 this.buttons = [

http://lada.wald.intevation.org