mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2025-12-23 23:18:07 -05:00
Form: fix values combobox mispositioning
This commit is contained in:
2
nspector/frmDrvSettings.Designer.cs
generated
2
nspector/frmDrvSettings.Designer.cs
generated
@@ -447,7 +447,7 @@
|
||||
this.cbValues.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.cbValues.FormattingEnabled = true;
|
||||
this.cbValues.Location = new System.Drawing.Point(961, 323);
|
||||
this.cbValues.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
|
||||
this.cbValues.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
this.cbValues.Name = "cbValues";
|
||||
this.cbValues.Size = new System.Drawing.Size(129, 32);
|
||||
this.cbValues.TabIndex = 5;
|
||||
|
||||
Reference in New Issue
Block a user