]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Important change in the project to visualize the contour when the output was selected...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index 4fb178ede60f48feab786e3ee40c936d67157cf9..06afba201c36ebecde19ce41ad930eec72cf3973 100644 (file)
@@ -59,10 +59,10 @@ namespace bbtk
        const int CREATING_CONTOUR=106;
 
        // Object dimensions
-       const double BOX_HEIGHT=0.15;
-       const double BOX_WIDTH=1.0;
-       const double PORT_HEIGHT=0.04;
-       const double PORT_WIDTH=0.04;
+       const double BOX_HEIGHT=15;
+       const double BOX_WIDTH=100;
+       const double PORT_HEIGHT=3;
+       const double PORT_WIDTH=3;
 
        // Commands
        const int REPAINT = 201;