Skip to content

Commit c28b25b

Browse files
committed
♻️ (mine-sweeper): adjust size
1 parent f5f17c8 commit c28b25b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/layout/layout.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const (
1515
gridSize = 32
1616
Rows = 10
1717
Cols = 10
18-
PanelHeight = 36 // 上方面板高度
19-
PaddingX = 60 // 面板內文字左邊距
20-
PaddingY = 20 // 面板
18+
PanelHeight = 36 // 上方面板高度
19+
PaddingX = 100 // 面板內文字左邊距
20+
PaddingY = 20 // 面板
2121
ScreenHeight = PanelHeight + gridSize*Rows
2222
ScreenWidth = gridSize * Cols
2323
MineCounts = 9

0 commit comments

Comments
 (0)