Fixed the height and width of the Table dialog.

This commit is contained in:
Akshay Joshi
2018-11-21 18:41:03 +05:30
parent 05e067035f
commit 3cfc3366d7

View File

@@ -42,8 +42,7 @@ define('pgadmin.node.table', [
sqlCreateHelp: 'sql-createtable.html',
dialogHelp: url_for('help.static', {'filename': 'table_dialog.html'}),
hasScriptTypes: ['create', 'select', 'insert', 'update', 'delete'],
height: '95%',
width: '85%',
width: '60%',
Init: function() {
/* Avoid multiple registration of menus */
if (this.initialized)