]> 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 2beacdbf88add1d6b93be550707b191e1f9a1c7e..06afba201c36ebecde19ce41ad930eec72cf3973 100644 (file)
@@ -59,10 +59,10 @@ namespace bbtk
        const int CREATING_CONTOUR=106;
 
        // Object dimensions
-       const double BOX_HEIGHT=0.1;
-       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;