[Lada-commits] [PATCH 4 of 5] Tidied up borders of the viewport

Wald Commits scm-commit at wald.intevation.org
Fri Dec 4 15:29:20 CET 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1449135282 -3600
# Branch stammdatengrids
# Node ID 7867752a0d587fd8b1c3bb7d0b249ab16eed5530
# Parent  c6ae0aadb63419c9f7043810905553e34539eeab
Tidied up borders of the viewport

diff -r c6ae0aadb634 -r 7867752a0d58 app/view/Viewport.js
--- a/app/view/Viewport.js	Thu Dec 03 09:58:36 2015 +0100
+++ b/app/view/Viewport.js	Thu Dec 03 10:34:42 2015 +0100
@@ -33,7 +33,6 @@
                 },
                 region: 'west',
                 split: true,
-                border: 1,
                 flex: 1,
                 dockedItems: [{
                     xtype: 'toolbar',
@@ -76,7 +75,6 @@
                 }]
             }, {
                 xtype: 'panel',
-                border: 1,
                 layout: 'fit',
                 name: 'contentpanel',
                 flex: 3,
diff -r c6ae0aadb634 -r 7867752a0d58 app/view/widget/DynamicGrid.js
--- a/app/view/widget/DynamicGrid.js	Thu Dec 03 09:58:36 2015 +0100
+++ b/app/view/widget/DynamicGrid.js	Thu Dec 03 10:34:42 2015 +0100
@@ -14,6 +14,7 @@
 
     store: null,
 
+    border: false,
     multiSelect: true,
     allowDeselect: true,
 


More information about the Lada-commits mailing list