mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 08:46:55 +00:00
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 <f.ebner@proxmox.com>
This commit is contained in:
parent
79580cd0b6
commit
cd7e37fa95
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user