mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 13:45:21 +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, {
|
Ext.apply(me, {
|
||||||
title: gettext('Notes'),
|
title: gettext('Notes'),
|
||||||
width: 600,
|
width: 600,
|
||||||
|
height: '400px',
|
||||||
|
resizable: true,
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
items: {
|
items: {
|
||||||
xtype: 'textarea',
|
xtype: 'textarea',
|
||||||
name: 'description',
|
name: 'description',
|
||||||
height: 200,
|
height: '100%',
|
||||||
value: '',
|
value: '',
|
||||||
hideLabel: true
|
hideLabel: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user