Salome HOME
Issue #1933:Set auxiliary presentation style
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 2f0c0980865c5d583b1a8669f8330460a66ea1f1..b4606e57af194d664e0b7a5d4baf850695388e07 100644 (file)
@@ -183,9 +183,9 @@ private:
 
   QMap<PartSet_Tools::ConstraintVisibleState, QCheckBox*> myShowConstraints;
 
-  QWidget* mySizeOfViewWidget;
+  QWidget* mySizeOfViewWidget; ///< Size of view widget, visualized if preview planes are shown
+  QLineEdit* mySizeOfView; ///< Value of square of size of View
   QStackedWidget* myStackWidget;
-  QLineEdit* mySizeOfView;
 };
 
 #endif