OSDN Git Service

任務名のラベルの横幅を固定する
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Sun, 28 Apr 2019 13:01:15 +0000 (22:01 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Mon, 29 Apr 2019 10:28:11 +0000 (19:28 +0900)
KancolleSniffer/View/QuestPanel.cs

index f6c4f38..4531d7f 100644 (file)
@@ -60,7 +60,7 @@ namespace KancolleSniffer.View
                     Name = new ShipLabel\r
                     {\r
                         Location = new Point(LeftMargin + 4, y),\r
-                        AutoSize = true\r
+                        Size = new Size(193, LabelHeight)\r
                     },\r
                     Count = new ShipLabel\r
                     {\r