Salome HOME
Merge from BR_phase16 branch (09/12/09)
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SpinBox.h
index cdca31653eaf8b2cf4f5e24f3b6157ad878e5a98..aa757ee632c5bd0313cbb8538c1bd9b32b890745 100644 (file)
@@ -52,9 +52,9 @@ public:
   ~SMESHGUI_SpinBox();
 
   void       RangeStepAndValidator( double         = -1000000.0,
-                                   double         = +1000000.0,
-                                   double         = 100.0,
-                                   unsigned short = 3 );
+                                    double         = +1000000.0,
+                                    double         = 100.0,
+                                    unsigned short = 3 );
   void              SetValue( double );
   double            GetValue() const;
   QString           GetString() const;