From 2a052020b3a9ef8cb9aaed4c0d1714f1c592e6c4 Mon Sep 17 00:00:00 2001 From: Ronald Toussaint Date: Thu, 8 Dec 2016 15:04:21 +0100 Subject: [PATCH] KMP-3: Changed layout of mdm grid's parent panel to 'fit' --- js/settings/MDMSettingsWidget.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/settings/MDMSettingsWidget.js b/js/settings/MDMSettingsWidget.js index 0449144..c9ee557 100644 --- a/js/settings/MDMSettingsWidget.js +++ b/js/settings/MDMSettingsWidget.js @@ -14,12 +14,12 @@ Zarafa.plugins.mdm.settings.MDMSettingsWidget = Ext.extend(Zarafa.settings.ui.Se { config = config || {}; - var store = new Zarafa.plugins.mdm.data.MDMDeviceStore(); + var store = new Zarafa.plugins.mdm.data.MDMDeviceStore(); Ext.applyIf(config, { title : _('Mobile Devices', 'plugin_mdm'), items : [{ xtype : 'container', - layout : 'column', + layout: 'fit', items : [{ xtype : 'grid', name : _('Devices', 'plugin_mdm'), @@ -96,7 +96,7 @@ Zarafa.plugins.mdm.settings.MDMSettingsWidget = Ext.extend(Zarafa.settings.ui.Se /** * Function which handles the click event on the "Wipe Device" button, displays - * a MessageBox for the user to confirm the wipe action. The wipe action is + * a MessageBox for the user to confirm the wipe action. The wipe action is * handled by the onWipeDevice function. */ onWipeBtn : function()