D10.2.3
On opening, the screen is black on the right
So on FormCreate I added Small1Click(nil);
where
procedure TForm1.Small1Click(Sender: TObject);
begin
fGame.BoardWidth := 13;<<<< I changed from 10 to 13
fGame.BoardHeight := 10;
fGame.NumberOfMines := 20;
fGame.NewGame();
end;
Others are OK

