Fixed: arg0str TextBox wasn't aligned to the right on Windows 10 (reported by SanyaWaffles)

This commit is contained in:
ZZYZX 2017-02-25 16:30:19 +02:00
parent 72352792c9
commit 39889a94d1

View file

@ -81,6 +81,7 @@
//
// arg0str
//
this.arg0str.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.arg0str.Location = new System.Drawing.Point(237, 131);
this.arg0str.Name = "arg0str";
this.arg0str.Size = new System.Drawing.Size(110, 20);