OSDN Git Service

ズームが150%で%表示のときに大破のHPが正しく表示されないのを直す
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Tue, 14 May 2019 13:07:25 +0000 (22:07 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Tue, 14 May 2019 13:07:25 +0000 (22:07 +0900)
KancolleSniffer/View/ShipLabel.cs

index a73dffd..038d5f2 100644 (file)
@@ -186,8 +186,8 @@ namespace KancolleSniffer.View
                 BackColor = CUDColors.Red,\r
                 Location = new Point(Left + (int)Round(4 * ScaleFactor.Width), Top),\r
                 AutoSize = true,\r
-                AnchorRight = true,\r
                 MinimumSize = new Size(0, Height),\r
+                AnchorRight = true,\r
                 TextAlign = ContentAlignment.MiddleLeft,\r
                 Cursor = Cursors.Hand\r
             };\r