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