mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
Fixed: arg0str TextBox wasn't aligned to the right on Windows 10 (reported by SanyaWaffles)
This commit is contained in:
parent
72352792c9
commit
39889a94d1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue