mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-25 21:05:30 +00:00
notes view: place collapse tool on the right
so it's always at the end for both the collapsed and expanded state Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
046ec35b11
commit
d958d57e0d
@ -7,6 +7,8 @@ Ext.define('Proxmox.panel.NotesView', {
|
|||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
animCollapse: false,
|
animCollapse: false,
|
||||||
|
collapseFirst: false,
|
||||||
|
|
||||||
maxLength: 64 * 1024,
|
maxLength: 64 * 1024,
|
||||||
enableTBar: false,
|
enableTBar: false,
|
||||||
onlineHelp: 'markdown_basics',
|
onlineHelp: 'markdown_basics',
|
||||||
|
Loading…
Reference in New Issue
Block a user