[Gpredict-svn] SF.net SVN: gpredict:[104] trunk/src/gtk-polar-plot.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-09-10 21:04:03
|
Revision: 104 http://gpredict.svn.sourceforge.net/gpredict/?rev=104&view=rev Author: csete Date: 2008-09-10 21:04:10 +0000 (Wed, 10 Sep 2008) Log Message: ----------- Adjusted font and margin sizes to make polar plot suitable for small areas too. Modified Paths: -------------- trunk/src/gtk-polar-plot.c Modified: trunk/src/gtk-polar-plot.c =================================================================== --- trunk/src/gtk-polar-plot.c 2008-09-10 20:47:47 UTC (rev 103) +++ trunk/src/gtk-polar-plot.c 2008-09-10 21:04:10 UTC (rev 104) @@ -56,8 +56,8 @@ -#define POLV_DEFAULT_SIZE 300 -#define POLV_DEFAULT_MARGIN 25 +#define POLV_DEFAULT_SIZE 200 +#define POLV_DEFAULT_MARGIN 20 /* extra size for line outside 0 deg circle (inside margin) */ #define POLV_LINE_EXTRA 5 @@ -328,7 +328,7 @@ y, -1, anch, - "font", "Sans 10", + "font", "Sans 8", "fill-color-rgba", col, NULL); @@ -339,7 +339,7 @@ y, -1, anch, - "font", "Sans 10", + "font", "Sans 8", "fill-color-rgba", col, NULL); @@ -350,7 +350,7 @@ y, -1, anch, - "font", "Sans 10", + "font", "Sans 8", "fill-color-rgba", col, NULL); @@ -361,7 +361,7 @@ y, -1, anch, - "font", "Sans 10", + "font", "Sans 8", "fill-color-rgba", col, NULL); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |