mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
fixed tabcontrol hiding on the legacy layout, oops
This commit is contained in:
parent
b21fda98ff
commit
e8b2144864
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user