From dbce3bf191e44a921ec600ffbe8776208ac6c3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Thu, 20 Jun 2024 00:52:40 +0900 Subject: =?UTF-8?q?=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8=E5=90=8D?= =?UTF-8?q?=E3=82=92=E5=86=8D=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B=E4=BA=8B?= =?UTF-8?q?=E3=81=8C=E5=BF=98=E3=82=8C=E3=81=9F=E3=83=BB=E3=83=BB=E3=83=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/logo/colors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/logo') diff --git a/src/logo/colors.h b/src/logo/colors.h index 7d421f5..a6d5a2f 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 12 -#else #define MIN_SIZE 11 +#else +#define MIN_SIZE 10 #endif #define LOGO_SIZE 24 -- cgit v1.2.3