]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Constants.h
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
[modules/shaper.git] / src / PartSet / PartSet_Constants.h
index 141e25bde2a638f290cf38444cfc64be8746c77d..fd1fb97256844dae23f1702318564f88f434e3dc 100644 (file)
@@ -18,5 +18,7 @@ enum PartSet_SelectionMode
   SM_DonePoint
 };
 
+const int CONSTRAINT_TEXT_HEIGHT = 28; /// the text height of the constraint
+const int CONSTRAINT_TEXT_SELECTION_TOLERANCE = 20; /// the text selection tolerance
 
 #endif