diff --git a/Battleship/Battleship/ShipGenericCollection.cs b/Battleship/Battleship/ShipGenericCollection.cs index b2575b9..9a0ab6d 100644 --- a/Battleship/Battleship/ShipGenericCollection.cs +++ b/Battleship/Battleship/ShipGenericCollection.cs @@ -14,8 +14,8 @@ namespace Battleship.Generics { private readonly int _pictureWidth; private readonly int _pictureHeight; - private readonly int _placeSizeWidth = 15; - private readonly int _placeSizeHeight = 95; + private readonly int _placeSizeWidth = 185; + private readonly int _placeSizeHeight = 90; private readonly SetGeneric _collection; public ShipGenericCollection(int picWidth, int picHeight) {