MexUI stuff
This commit is contained in:
2
third-party/mexui/Core/Entry/GridColumn.js
vendored
2
third-party/mexui/Core/Entry/GridColumn.js
vendored
@@ -1,7 +1,7 @@
|
||||
mexui.Entry.GridColumn = function(grid, text, width, height)
|
||||
{
|
||||
mexui.Component.Entry.call(this, grid, 0);
|
||||
|
||||
|
||||
this.text = text || 'Column';
|
||||
this.width = width || 100;
|
||||
this.height = height || 25;
|
||||
|
||||
Reference in New Issue
Block a user