Skip to content

Commit e24fb22

Browse files
INVALIDForgotMyCode
authored andcommitted
Here we go
1 parent 2bfbbba commit e24fb22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Minesweeper game
44

5-
Minesweeper writter in Delphi using RAD Studio for the [Ideasawakened challenge](https://ideasawakened.com/post/rad-programmer-challenge-number-1-minesweeper-game-build).
5+
Minesweeper written in Delphi using RAD Studio for the [Ideasawakened challenge](https://ideasawakened.com/post/rad-programmer-challenge-number-1-minesweeper-game-build).
66

77
## Features
88

UMain.dfm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Form1: TForm1
88
ClientWidth = 632
99
Color = clBtnFace
1010
Constraints.MinHeight = 160
11-
Constraints.MinWidth = 220
11+
Constraints.MinWidth = 210
1212
DoubleBuffered = True
1313
Font.Charset = DEFAULT_CHARSET
1414
Font.Color = clWindowText
@@ -84,8 +84,9 @@ object Form1: TForm1
8484
DoubleBuffered = True
8585
ParentDoubleBuffered = False
8686
TabOrder = 1
87-
ExplicitLeft = -46
88-
ExplicitTop = -37
87+
ExplicitTop = 65
88+
ExplicitWidth = 632
89+
ExplicitHeight = 398
8990
inherited PaintBox1: TPaintBox
9091
Width = 632
9192
Height = 398

0 commit comments

Comments
 (0)