Salome HOME
Property panel widgets redesign
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.h
index c70e0aec7cacde7276ff3902fa4ec2203883ce7e..5d17060424687a4b5187498deb8a9841c9752665 100644 (file)
@@ -19,7 +19,7 @@
 
 class XGUI_ActionsMgr;
 class QKeyEvent;
-class QVBoxLayout;
+class QGridLayout;
 
 /// Internal name of property panel widget
 const static char* PROP_PANEL = "property_panel_dock";
@@ -106,7 +106,7 @@ Q_OBJECT
  private:
   QWidget* myCustomWidget;
   QList<ModuleBase_ModelWidget*> myWidgets;
-  QVBoxLayout* myMainLayout;
+  QGridLayout* myMainLayout;
 
   /// Currently active widget
   ModuleBase_ModelWidget* myActiveWidget;