From: Fabian Ebner Date: Mon, 13 Dec 2021 08:25:13 +0000 (+0100) Subject: window: safe destroy: make note more visible X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=cd7e37fa955993d41c091c0e6182c2bc3572a667 window: safe destroy: make note more visible by not using a smaller font size and using the pmx-hint class. Also don't align to the middle, as everything else is left-aligned. Signed-off-by: Fabian Ebner --- diff --git a/src/window/SafeDestroy.js b/src/window/SafeDestroy.js index ead0e04..474c21e 100644 --- a/src/window/SafeDestroy.js +++ b/src/window/SafeDestroy.js @@ -159,15 +159,12 @@ Ext.define('Proxmox.window.SafeDestroy', { hidden: true, layout: { type: 'vbox', - align: 'middle', }, - height: 25, items: [ { xtype: 'component', reference: 'noteCmp', - width: '300px', - style: 'font-size: smaller; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;', + userCls: 'pmx-hint', }, ], },