parent
faf4b02c26
commit
4f08496815
|
@ -59,7 +59,6 @@
|
|||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Preset Select";
|
||||
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
||||
//
|
||||
// radioButton6
|
||||
//
|
||||
|
@ -197,6 +196,7 @@
|
|||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = global::BizHawk.Client.EmuHawk.Properties.Resources.gambatte_MultiSize;
|
||||
this.Name = "CGBColorChooserForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Game Boy Color Palette Config";
|
||||
|
|
|
@ -125,10 +125,5 @@ namespace BizHawk.Client.EmuHawk
|
|||
s.CGBColors = dlg._type;
|
||||
}
|
||||
}
|
||||
|
||||
private void groupBox1_Enter(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue