From cca7f4b068982d64073f741e65a815a09211cd91 Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 21 Nov 2023 21:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=BC=E5=AD=90=E8=BE=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Desktop/Solutions/ChessBoardExample.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Desktop/Solutions/ChessBoardExample.cs b/Desktop/Solutions/ChessBoardExample.cs index af1640c..7c6a739 100644 --- a/Desktop/Solutions/ChessBoardExample.cs +++ b/Desktop/Solutions/ChessBoardExample.cs @@ -49,7 +49,8 @@ { Name = key, Size = new Size(gridSize, gridSize), - Location = p + Location = p, + BorderStyle = BorderStyle.Fixed3D, }; if ((x + y) % 2 == 0) cell.BackColor = Color.White;