[Lada-commits] [PATCH 4 of 5] Removed size

Wald Commits scm-commit at wald.intevation.org
Wed Jul 3 17:14:18 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1372863439 -7200
# Node ID 5878159209dfe89432ade79694a3408de94e76e2
# Parent  b0dcaaadb0791a0c4fd44881a58715ba51998a19
Removed size.

diff -r b0dcaaadb079 -r 5878159209df app/view/messungen/Create.js
--- a/app/view/messungen/Create.js	Wed Jul 03 16:56:50 2013 +0200
+++ b/app/view/messungen/Create.js	Wed Jul 03 16:57:19 2013 +0200
@@ -3,10 +3,6 @@
     alias: 'widget.messungencreate',
 
     title: 'Maske für Messungen',
-    // 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,


More information about the Lada-commits mailing list