X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGlobalConstants.h;h=a475fd4764f982a8ba60e2394af637476f0e6365;hb=refs%2Ftags%2FCREATOOLS_2-0-3;hp=8cb03faa83ac881d753e8c591b28e2e416bf3cb1;hpb=f6286f6851a4c0757cbacbee679d31bcc5a933bd;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h index 8cb03fa..a475fd4 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h @@ -61,10 +61,10 @@ namespace bbtk // Object dimensions const double BOX_HEIGHT = 10; const double BOX_WIDTH = 100; - const double PORT_HEIGHT = 1.8; - const double PORT_WIDTH = 2.8; - const double COMPLEXPORT_HEIGHT = 8; - const double COMPLEXPORT_WIDTH = 8; + const double PORT_HEIGHT = 3.8; + const double PORT_WIDTH = 3.8; + const double COMPLEXPORT_HEIGHT = 6; + const double COMPLEXPORT_WIDTH = 6; // Commands const int NO_COMMAND = 201; @@ -162,7 +162,6 @@ namespace bbtk // GUI Id's const int ID_NEW = 1000; const int ID_SAVE_AS_DIAGRAM = 1001; - const int ID_SAVE_DIAGRAM = 1015; //last DFCH const int ID_OPEN = 1002; const int ID_RUN = 1003; const int ID_DELETEALL = 1004;