Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.cpp
index a19b96a37ac9d41fc21da278b5df09ae03e4a416..33872cf953c52049b9df41ba9d6b3b71c3aa2346 100644 (file)
@@ -97,7 +97,8 @@ PartSet_WidgetSketchLabel::PartSet_WidgetSketchLabel(QWidget* theParent,
   myViewInverted = new QCheckBox(tr("Reversed"), aViewBox);
   aViewLayout->addWidget(myViewInverted);
 
-  QPushButton* aSetViewBtn = new QPushButton(QIcon(":icons/plane_view.png"), tr("Set plane view"), aViewBox);
+  QPushButton* aSetViewBtn = 
+    new QPushButton(QIcon(":icons/plane_view.png"), tr("Set plane view"), aViewBox);
   connect(aSetViewBtn, SIGNAL(clicked(bool)), this, SLOT(onSetPlaneView()));
   aViewLayout->addWidget(aSetViewBtn);
 
@@ -209,8 +210,9 @@ void PartSet_WidgetSketchLabel::blockAttribute(const AttributePtr& theAttribute,
   }
 }
 
-bool PartSet_WidgetSketchLabel::setSelectionInternal(const QList<ModuleBase_ViewerPrsPtr>& theValues,
-                                                     const bool theToValidate)
+bool PartSet_WidgetSketchLabel::setSelectionInternal(
+                                          const QList<ModuleBase_ViewerPrsPtr>& theValues,
+                                          const bool theToValidate)
 {
   bool aDone = false;
   if (theValues.empty()) {