diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 22:53:46 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 22:53:46 +0900 |
commit | b2155d447caf2d69db6fea4d4d47e9b4053696c7 (patch) | |
tree | 3a1ddf3d716174c5bc405ca9632093ba93cef5b5 /src/logo | |
parent | 4605ae223e5746a69940959cff651c491758f515 (diff) |
解像度の追加
Diffstat (limited to 'src/logo')
-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 a6d5a2f..7d421f5 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 11 +#define MIN_SIZE 12 #else -#define MIN_SIZE 10 +#define MIN_SIZE 11 #endif #define LOGO_SIZE 24 |