fixed tabcontrol hiding on the legacy layout, oops

This commit is contained in:
Bitl 2020-07-03 15:01:36 -07:00
parent b21fda98ff
commit e8b2144864
3 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ namespace NovetusLauncher
this.button73 = new System.Windows.Forms.Button();
this.button72 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.tabControl1 = new TabControlWithoutHeader();
this.tabControl1 = new TabControlWithoutHeader(1);
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button61 = new System.Windows.Forms.Button();
@ -113,7 +113,7 @@ namespace NovetusLauncher
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabControl2 = new TabControlWithoutHeader();
this.tabControl2 = new TabControlWithoutHeader(1);
this.tabPage10 = new System.Windows.Forms.TabPage();
this.label10 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();

View File

@ -43,7 +43,7 @@ namespace NovetusLauncher
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterCustomization_legacy));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tabControl1 = new TabControlWithoutHeader();
this.tabControl1 = new TabControlWithoutHeader(2);
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button61 = new System.Windows.Forms.Button();
@ -101,7 +101,7 @@ namespace NovetusLauncher
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabControl2 = new TabControlWithoutHeader();
this.tabControl2 = new TabControlWithoutHeader(2);
this.tabPage10 = new System.Windows.Forms.TabPage();
this.textBox2 = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();

View File

@ -791,7 +791,7 @@ namespace NovetusLauncher
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(405, 258);
this.tabPage7.TabIndex = 7;
this.tabPage7.Text = "CON.";
this.tabPage7.Text = "CMD";
//
// richTextBox1
//