From 7394044e00ea0f7aea8acee760c36fadf791ec38 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 31 Jul 2014 02:42:21 +0000 Subject: [PATCH] displayconfig scanline intensity maximum was meant to be 256 --- .../config/DisplayConfigLite.Designer.cs | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/DisplayConfigLite.Designer.cs b/BizHawk.Client.EmuHawk/config/DisplayConfigLite.Designer.cs index 35f36708b9..b9e66e11e5 100644 --- a/BizHawk.Client.EmuHawk/config/DisplayConfigLite.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/DisplayConfigLite.Designer.cs @@ -50,9 +50,9 @@ this.grpARSelection = new System.Windows.Forms.GroupBox(); this.checkFullscreenHacks = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label2 = new System.Windows.Forms.Label(); this.checkSnowyNullEmulator = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbScanlineIntensity)).BeginInit(); this.grpFinalFilter.SuspendLayout(); @@ -131,7 +131,7 @@ // this.tbScanlineIntensity.LargeChange = 32; this.tbScanlineIntensity.Location = new System.Drawing.Point(83, 55); - this.tbScanlineIntensity.Maximum = 255; + this.tbScanlineIntensity.Maximum = 256; this.tbScanlineIntensity.Name = "tbScanlineIntensity"; this.tbScanlineIntensity.Size = new System.Drawing.Size(70, 42); this.tbScanlineIntensity.TabIndex = 3; @@ -295,6 +295,15 @@ this.groupBox2.TabIndex = 15; this.groupBox2.TabStop = false; this.groupBox2.Text = "Misc."; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(7, 167); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(204, 45); + this.label2.TabIndex = 17; + this.label2.Text = "Some people think the whitenoise is a great idea, and some people don\'t. Enabling" + + " this displays an Oxoo instead."; // // checkSnowyNullEmulator // @@ -313,15 +322,6 @@ this.label1.Size = new System.Drawing.Size(204, 102); this.label1.TabIndex = 15; this.label1.Text = resources.GetString("label1.Text"); - // - // label2 - // - this.label2.Location = new System.Drawing.Point(7, 167); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(204, 45); - this.label2.TabIndex = 17; - this.label2.Text = "Some people think the whitenoise is a great idea, and some people don\'t. Enabling" + - " this displays an Oxoo instead."; // // DisplayConfigLite //