From a5f6f3b8a99a1b0a26b075a788ad55eb4282dfd8 Mon Sep 17 00:00:00 2001 From: Souryo Date: Sat, 9 Jul 2016 15:46:14 -0400 Subject: [PATCH] Preferences: Fixed missing options in Advanced tab --- GUI.NET/Forms/Config/frmPreferences.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GUI.NET/Forms/Config/frmPreferences.Designer.cs b/GUI.NET/Forms/Config/frmPreferences.Designer.cs index abd1abe0..c9fc3def 100644 --- a/GUI.NET/Forms/Config/frmPreferences.Designer.cs +++ b/GUI.NET/Forms/Config/frmPreferences.Designer.cs @@ -722,7 +722,9 @@ // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Controls.Add(this.chkDisableGameDatabase, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.chkFdsAutoLoadDisk, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.chkFdsFastForwardOnLoad, 0, 2); this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4;