mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-06 08:22:04 +00:00
Don't set a fix size for MPResize window
Due to the font increase of the Crisp theme, the text was truncated Instead of setting manually window size, let the items of the component freely expend to what they need ( layout 'fit')
This commit is contained in:
parent
45b473c68a
commit
f1f6c52ed7
@ -85,8 +85,6 @@ Ext.define('PVE.window.MPResize', {
|
|||||||
|
|
||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 250,
|
|
||||||
height: 150,
|
|
||||||
border: false,
|
border: false,
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
buttons: [ submitBtn ],
|
buttons: [ submitBtn ],
|
||||||
|
Loading…
Reference in New Issue
Block a user