prune sim: make prune options panel scrollable
Else it's cutoff on 720p resolution Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b83b12cf80
commit
60d2a6157a
@ -114,7 +114,7 @@ Ext.onReady(function() {
|
|||||||
alias: 'widget.prunesimulatorPruneList',
|
alias: 'widget.prunesimulatorPruneList',
|
||||||
|
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
var me = this;
|
let me = this;
|
||||||
|
|
||||||
if (!me.store) {
|
if (!me.store) {
|
||||||
throw "no store specified";
|
throw "no store specified";
|
||||||
@ -710,6 +710,7 @@ Ext.onReady(function() {
|
|||||||
title: 'Prune Options',
|
title: 'Prune Options',
|
||||||
border: false,
|
border: false,
|
||||||
bodyPadding: 10,
|
bodyPadding: 10,
|
||||||
|
scrollable: true,
|
||||||
items: me.keepItems,
|
items: me.keepItems,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user