From d958d57e0da09ac8199d9e3007c3fe3a59424549 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 Apr 2024 17:18:11 +0200 Subject: [PATCH] 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 --- src/panel/NotesView.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panel/NotesView.js b/src/panel/NotesView.js index 21dbdeb..a0cc6eb 100644 --- a/src/panel/NotesView.js +++ b/src/panel/NotesView.js @@ -7,6 +7,8 @@ Ext.define('Proxmox.panel.NotesView', { bodyPadding: 10, scrollable: true, animCollapse: false, + collapseFirst: false, + maxLength: 64 * 1024, enableTBar: false, onlineHelp: 'markdown_basics',