increase MAX_POINT_SIZE to 60

This commit is contained in:
Brian 2007-06-28 07:13:39 -06:00
parent 3156854c25
commit 1a55e97c9c

View file

@ -82,7 +82,7 @@
/** Minimum point size */
#define MIN_POINT_SIZE 1.0
/** Maximum point size */
#define MAX_POINT_SIZE 20.0
#define MAX_POINT_SIZE 60.0
/** Point size granularity */
#define POINT_SIZE_GRANULARITY 0.1