From 1fa6083bc8a0bcf21b502370b8a29f93b1bf257f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 30 May 2022 15:02:05 +0200 Subject: [PATCH] ui: prune & gc: disallow collapse and add bottom margin the intra-panel margin is still the same (10 + 0 == 7 + 3) but one can now see the bottom border. Signed-off-by: Thomas Lamprecht --- www/datastore/PruneAndGC.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/datastore/PruneAndGC.js b/www/datastore/PruneAndGC.js index 7b0281cd..4cb0d216 100644 --- a/www/datastore/PruneAndGC.js +++ b/www/datastore/PruneAndGC.js @@ -94,9 +94,8 @@ Ext.define('PBS.Datastore.PruneAndGC', { multi: true, }, defaults: { - collapsible: true, - animCollapse: false, - margin: '10 10 0 10', + collapsible: false, + margin: '7 10 3 10', }, items: [ {