From 7b6e8200ed5c0ad0e41cd0cca4eb723c2fe52d9b Mon Sep 17 00:00:00 2001 From: Bitl Date: Tue, 21 Apr 2020 17:51:39 -0700 Subject: [PATCH] fixes --- .../NovetusLauncher/CharacterCustomization.Designer.cs | 4 ++-- NovetusLauncher/NovetusLauncher/MainForm.Designer.cs | 8 ++++---- NovetusLauncher/NovetusLauncher/MainForm.cs | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NovetusLauncher/NovetusLauncher/CharacterCustomization.Designer.cs b/NovetusLauncher/NovetusLauncher/CharacterCustomization.Designer.cs index 1897585..f57dfb3 100644 --- a/NovetusLauncher/NovetusLauncher/CharacterCustomization.Designer.cs +++ b/NovetusLauncher/NovetusLauncher/CharacterCustomization.Designer.cs @@ -6,9 +6,9 @@ * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ -//#define EDITORLAYOUT1 //comment this out to edit the 1.1 layout. +#define EDITORLAYOUT1 //comment this out to edit the 1.1 layout. #define EDITORLAYOUT2 //comment this out to edit the 1.2 layout. -//#define RETAIL //for release and testing. +#define RETAIL //for release and testing. namespace NovetusLauncher { partial class CharacterCustomization diff --git a/NovetusLauncher/NovetusLauncher/MainForm.Designer.cs b/NovetusLauncher/NovetusLauncher/MainForm.Designer.cs index daa87e0..6b80947 100644 --- a/NovetusLauncher/NovetusLauncher/MainForm.Designer.cs +++ b/NovetusLauncher/NovetusLauncher/MainForm.Designer.cs @@ -6,10 +6,10 @@ * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ -//TODO: ADD SETTINGS TO 1.1 LAYOUT. -#define EDITORLAYOUT1 //comment this out to edit the 1.1 layout. -//#define EDITORLAYOUT2 //comment this out to edit the 1.2 layout. -//#define RETAIL //for release and testing. uncomment the above defs after editing. +//TODO: ADD quality and reshade settings, second studio button, sdk button TO 1.1 LAYOUT. +#define EDITORLAYOUT1 //comment everything except this to edit the 1.2 layout. +#define EDITORLAYOUT2 //comment everything except this to edit the 1.1 layout. +#define RETAIL //for release and testing. uncomment the above defs after editing. namespace NovetusLauncher { partial class MainForm diff --git a/NovetusLauncher/NovetusLauncher/MainForm.cs b/NovetusLauncher/NovetusLauncher/MainForm.cs index 09a4350..56cd5d3 100644 --- a/NovetusLauncher/NovetusLauncher/MainForm.cs +++ b/NovetusLauncher/NovetusLauncher/MainForm.cs @@ -33,6 +33,8 @@ namespace NovetusLauncher // The InitializeComponent() call is required for Windows Forms designer support. // + InitializeComponent(); + if (GlobalVars.OldLayout == false) { Size = new Size(745, 377);