all_include.h
branchgui
changeset 48 b8ec84524fa2
parent 37 1dc5b49457c0
child 62 80eefca04b1e
     1.1 --- a/all_include.h	Thu Jul 28 14:31:32 2005 +0000
     1.2 +++ b/all_include.h	Thu Jul 28 15:54:00 2005 +0000
     1.3 @@ -22,7 +22,10 @@
     1.4  #define RANGE 3
     1.5  #define WIN_WIDTH 900
     1.6  #define WIN_HEIGHT 600
     1.7 -#define ALMOST_ONE 0.9999999999
     1.8 +#define MIN_EDGE_WIDTH 2
     1.9 +#define MAX_EDGE_WIDTH 40
    1.10 +#define MIN_NODE_RADIUS 2
    1.11 +#define MAX_NODE_RADIUS 80
    1.12  
    1.13  #ifndef MAIN_PART
    1.14  extern std::vector <std::string> edge_property_strings;