OSDN Git Service

メインウィンドウの要修復一覧の表示可能人数を16に増やす
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Sun, 10 May 2015 15:01:11 +0000 (00:01 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Sun, 10 May 2015 15:01:11 +0000 (00:01 +0900)
KancolleSniffer/ShipLabels.cs

index 3871237..34698a2 100644 (file)
@@ -26,7 +26,7 @@ namespace KancolleSniffer
     {\r
         private readonly ShipLabel[][] _labels = new ShipLabel[ShipInfo.MemberCount][];\r
         private readonly ShipLabel[] _akashiTimers = new ShipLabel[ShipInfo.MemberCount];\r
-        private readonly ShipLabel[][] _damagedShipList = new ShipLabel[14][];\r
+        private readonly ShipLabel[][] _damagedShipList = new ShipLabel[16][];\r
         private Control _panelDamagedShipList;\r
         private readonly ShipLabel[][] _ndockLabels = new ShipLabel[DockInfo.DockCount][];\r
         public static Color[] ColumnColors = {SystemColors.Control, Color.FromArgb(255, 250, 250, 250)};\r