[Lada-commits] [PATCH 1 of 2] Changed size of kommentare window. Only use minimum required space

Wald Commits scm-commit at wald.intevation.org
Mon Jul 1 14:09:47 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1372680478 -7200
# Node ID 89e331978e338c773959cd9571b8243a960c41b0
# Parent  7b1140bd8b3d193016ac6222ff6ac9d8db7b7337
Changed size of kommentare window. Only use minimum required space.

diff -r 7b1140bd8b3d -r 89e331978e33 app/view/kommentare/Create.js
--- a/app/view/kommentare/Create.js	Mon Jul 01 10:15:00 2013 +0200
+++ b/app/view/kommentare/Create.js	Mon Jul 01 14:07:58 2013 +0200
@@ -5,8 +5,6 @@
     title: 'Maske für Kommentare',
     // 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