From 51a5f8f818df25e8595e9ff5a95d6d349ef6cb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 21 Jun 2024 23:40:09 +0900 Subject: =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= 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') 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 -- cgit v1.2.3