Merge pull request #6 in KWA/mobile-device-management from ~RTOUSSAINT/mobile-device-management:bugfix/KMP-3-device-list-grid-does-not-properly to master
* commit '2a052020b3a9ef8cb9aaed4c0d1714f1c592e6c4': KMP-3: Changed layout of mdm grid's parent panel to 'fit'
This commit is contained in:
		| @@ -19,7 +19,7 @@ Zarafa.plugins.mdm.settings.MDMSettingsWidget = Ext.extend(Zarafa.settings.ui.Se | |||||||
| 			title : _('Mobile Devices', 'plugin_mdm'), | 			title : _('Mobile Devices', 'plugin_mdm'), | ||||||
| 			items : [{ | 			items : [{ | ||||||
| 				xtype : 'container', | 				xtype : 'container', | ||||||
| 				layout : 'column', | 				layout: 'fit', | ||||||
| 				items : [{ | 				items : [{ | ||||||
| 					xtype : 'grid', | 					xtype : 'grid', | ||||||
| 					name : _('Devices', 'plugin_mdm'), | 					name : _('Devices', 'plugin_mdm'), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user