diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-21 23:40:09 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-21 23:40:09 +0900 |
commit | 51a5f8f818df25e8595e9ff5a95d6d349ef6cb9f (patch) | |
tree | 7b849eea7282843cf2d7baba88e241b773c529d9 /src | |
parent | 544d5f0f140c4d408fa435715fe45e3bbfaf4000 (diff) |
ごめん
Diffstat (limited to 'src')
-rw-r--r-- | src/logo/colors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logo/colors.h b/src/logo/colors.h index 6d72d83..de481b0 100644 --- a/src/logo/colors.h +++ b/src/logo/colors.h @@ -2,9 +2,9 @@ #define LOGO_COLORS_H #if defined(__OpenBSD__) || defined(__linux__) -#define MIN_SIZE 13 +#define MIN_SIZE 15 #else -#define MIN_SIZE 12 +#define MIN_SIZE 14 #endif #define LOGO_SIZE 24 |