OCD UI alignment

For the bicubic filter radio button in the display config window
This commit is contained in:
Isotarge 2016-03-22 03:21:59 +10:30
parent 19a7408c6d
commit 66ae06f96a
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@
// rbFinalFilterBicubic
//
this.rbFinalFilterBicubic.AutoSize = true;
this.rbFinalFilterBicubic.Location = new System.Drawing.Point(7, 65);
this.rbFinalFilterBicubic.Location = new System.Drawing.Point(6, 65);
this.rbFinalFilterBicubic.Name = "rbFinalFilterBicubic";
this.rbFinalFilterBicubic.Size = new System.Drawing.Size(142, 17);
this.rbFinalFilterBicubic.TabIndex = 3;