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',
|
||||
|
||||
initComponent: function() {
|
||||
var me = this;
|
||||
let me = this;
|
||||
|
||||
if (!me.store) {
|
||||
throw "no store specified";
|
||||
@ -710,6 +710,7 @@ Ext.onReady(function() {
|
||||
title: 'Prune Options',
|
||||
border: false,
|
||||
bodyPadding: 10,
|
||||
scrollable: true,
|
||||
items: me.keepItems,
|
||||
flex: 1,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user