mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
fix #586: make notes edit window resizable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
cc183d882d
commit
9174efeb5b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user