From c8cf3c2609e57d48718ffcb57c8c53a7b2d23399 Mon Sep 17 00:00:00 2001 From: Calcitem Team Date: Tue, 27 Aug 2019 20:32:02 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E6=A3=8B=E7=9B=98=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E6=94=B9=E4=B8=BA500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NineChess/src/graphicsconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NineChess/src/graphicsconst.h b/NineChess/src/graphicsconst.h index 3e5d5224..85615718 100644 --- a/NineChess/src/graphicsconst.h +++ b/NineChess/src/graphicsconst.h @@ -23,7 +23,7 @@ #ifndef GRAPHICSCONST #define GRAPHICSCONST -const short BOARD_SIZE = 600; // 棋盘大小 +const short BOARD_SIZE = 500; // 棋盘大小 const short BOARD_MINISIZE = 150; // 最小宽高,即1/4大小 const short PIECE_SIZE = 56; // 棋子大小 const short LINE_INTERVAL = 72; // 线间距