diff --git a/www/manager6/window/NotesEdit.js b/www/manager6/window/NotesEdit.js index 9212ae48..65c35c82 100644 --- a/www/manager6/window/NotesEdit.js +++ b/www/manager6/window/NotesEdit.js @@ -7,11 +7,13 @@ Ext.define('PVE.window.NotesEdit', { Ext.apply(me, { title: gettext('Notes'), width: 600, + height: '400px', + resizable: true, layout: 'fit', items: { xtype: 'textarea', name: 'description', - height: 200, + height: '100%', value: '', hideLabel: true }