From 9430ec97891f72a69fb66f433fc3e7253981bb90 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 01:19:20 +0900 Subject: =?UTF-8?q?=E3=81=9D=E3=81=A3=E3=81=8B?= 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/colors.h') 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 -- cgit v1.2.3