fix: cursor size to look natural
1 files changed, 1 insertions(+), 1 deletions(-) M image-viewer/include/cursor.h
M image-viewer/include/cursor.h => image-viewer/include/cursor.h +1 -1
@@ 7,7 7,7 @@ #include <time.h> #include <stdint.h> -#define CURSOR_SIZE 10 +#define CURSOR_SIZE 9 typedef struct { uint16_t x;