We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02a6be commit 68860d9Copy full SHA for 68860d9
2 files changed
src/gtk-polar-view.c
@@ -40,7 +40,7 @@
40
41
#define POLV_DEFAULT_SIZE 100
42
#define POLV_DEFAULT_MARGIN 25
43
-#define MARKER_SIZE_HALF 2
+#define MARKER_SIZE_HALF 3
44
45
/* extra size for line outside 0 deg circle (inside margin) */
46
#define POLV_LINE_EXTRA 5
src/gtk-sat-map.c
@@ -45,7 +45,7 @@
#include "sgpsdp/sgp4sdp4.h"
#include "time-tools.h"
47
48
-#define MARKER_SIZE_HALF 1
49
50
/* Update terminator every 30 seconds */
51
#define TERMINATOR_UPDATE_INTERVAL (15.0/86400.0)
0 commit comments