mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-17 10:47:23 +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,
|
hidden: true,
|
||||||
layout: {
|
layout: {
|
||||||
type: 'vbox',
|
type: 'vbox',
|
||||||
align: 'middle',
|
|
||||||
},
|
},
|
||||||
height: 25,
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'component',
|
xtype: 'component',
|
||||||
reference: 'noteCmp',
|
reference: 'noteCmp',
|
||||||
width: '300px',
|
userCls: 'pmx-hint',
|
||||||
style: 'font-size: smaller; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user