We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f17c8 commit c28b25bCopy full SHA for c28b25b
internal/layout/layout.go
@@ -15,9 +15,9 @@ const (
15
gridSize = 32
16
Rows = 10
17
Cols = 10
18
- PanelHeight = 36 // 上方面板高度
19
- PaddingX = 60 // 面板內文字左邊距
20
- PaddingY = 20 // 面板
+ PanelHeight = 36 // 上方面板高度
+ PaddingX = 100 // 面板內文字左邊距
+ PaddingY = 20 // 面板
21
ScreenHeight = PanelHeight + gridSize*Rows
22
ScreenWidth = gridSize * Cols
23
MineCounts = 9
0 commit comments