From d60f767f5ccdecde630ce30bebc523a4c3c43036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Sat, 30 Jan 2016 02:09:32 +0100 Subject: [PATCH] Increase all symbol sizes in player menu from 35 to 40 --- src/config/C4Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/C4Constants.h b/src/config/C4Constants.h index 0baf61d6b..d4ccd37d6 100644 --- a/src/config/C4Constants.h +++ b/src/config/C4Constants.h @@ -56,7 +56,7 @@ const int C4S_MaxPlayer = 4; const int C4D_MaxVertex = 30; const int - C4SymbolSize = 35, + C4SymbolSize = 40, C4SymbolBorder = 5, C4UpperBoardHeight = 50, C4PictureSize = 64,