From 69ca367696c8ce1dcf96446078368270625cefb2 Mon Sep 17 00:00:00 2001 From: Menouar AZIB <menouar.azib@akka.eu> Date: Mon, 23 Oct 2023 12:06:03 +0200 Subject: [PATCH] Set Layout style to BaseComponent.js --- js/app/views/PlotComponents/plotFunction/BaseComponent.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/js/app/views/PlotComponents/plotFunction/BaseComponent.js b/js/app/views/PlotComponents/plotFunction/BaseComponent.js index 4ac2d9e..68fd07b 100644 --- a/js/app/views/PlotComponents/plotFunction/BaseComponent.js +++ b/js/app/views/PlotComponents/plotFunction/BaseComponent.js @@ -1,6 +1,9 @@ // Define the base class Ext.define('amdaPlotComp.plotFunction.BaseComponent', { extend: 'Ext.form.FieldSet', + + collapsible: false, + layout: LAYOUT_STYLE, /** * Subclasses are expected to implement this method to retrieve values. -- libgit2 0.21.2