FBI-1914: Some of the options in designer like show debug mode,etc are not showing in the UI
rollback to FBI-1901 and fix the contextmenu problems code style
This commit is contained in:
@@ -408,7 +408,7 @@ Ext.onReady(function(){
|
|||||||
processesGrid = new Ext.grid.GridPanel( {
|
processesGrid = new Ext.grid.GridPanel( {
|
||||||
region: 'center',
|
region: 'center',
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
id: 'granularGridPanel',
|
id: 'processesGrid',
|
||||||
height: 500,
|
height: 500,
|
||||||
width:'',
|
width:'',
|
||||||
title : '',
|
title : '',
|
||||||
@@ -1207,7 +1207,7 @@ function exportImportProcessObjects(typeAction)
|
|||||||
gridProcessObjects = new Ext.grid.EditorGridPanel( {
|
gridProcessObjects = new Ext.grid.EditorGridPanel( {
|
||||||
region: 'center',
|
region: 'center',
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
id: 'processesGrid',
|
id: 'gridProcessObjects',
|
||||||
height:365,
|
height:365,
|
||||||
width:355,
|
width:355,
|
||||||
title : '',
|
title : '',
|
||||||
|
|||||||
Reference in New Issue
Block a user