Skip to content

Commit 68860d9

Browse files
committed
Increase size of satellite markers on map and polar view.
1 parent b02a6be commit 68860d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/gtk-polar-view.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
#define POLV_DEFAULT_SIZE 100
4242
#define POLV_DEFAULT_MARGIN 25
43-
#define MARKER_SIZE_HALF 2
43+
#define MARKER_SIZE_HALF 3
4444

4545
/* extra size for line outside 0 deg circle (inside margin) */
4646
#define POLV_LINE_EXTRA 5

src/gtk-sat-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include "sgpsdp/sgp4sdp4.h"
4646
#include "time-tools.h"
4747

48-
#define MARKER_SIZE_HALF 1
48+
#define MARKER_SIZE_HALF 3
4949

5050
/* Update terminator every 30 seconds */
5151
#define TERMINATOR_UPDATE_INTERVAL (15.0/86400.0)

0 commit comments

Comments
 (0)