From 822d05ae461bf33bb94b5ccc4aa6b6b362eb252c Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 29 Aug 2018 09:53:10 -0400 Subject: big buttons on menu --- Project Ports/Desktop.Designer.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Project Ports/Desktop.Designer.cs') diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 5439688..e7ae83c 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -209,9 +209,9 @@ this.btnQuantumNet.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQuantumNet.Font = new System.Drawing.Font("Consolas", 9.75F); this.btnQuantumNet.ForeColor = System.Drawing.Color.White; - this.btnQuantumNet.Location = new System.Drawing.Point(32, 188); + this.btnQuantumNet.Location = new System.Drawing.Point(32, 202); this.btnQuantumNet.Name = "btnQuantumNet"; - this.btnQuantumNet.Size = new System.Drawing.Size(120, 23); + this.btnQuantumNet.Size = new System.Drawing.Size(148, 43); this.btnQuantumNet.TabIndex = 12; this.btnQuantumNet.Text = "QuantumNet Browser"; this.btnQuantumNet.UseVisualStyleBackColor = true; @@ -222,9 +222,9 @@ this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSettings.Font = new System.Drawing.Font("Consolas", 9.75F); this.btnSettings.ForeColor = System.Drawing.Color.White; - this.btnSettings.Location = new System.Drawing.Point(32, 159); + this.btnSettings.Location = new System.Drawing.Point(32, 153); this.btnSettings.Name = "btnSettings"; - this.btnSettings.Size = new System.Drawing.Size(120, 23); + this.btnSettings.Size = new System.Drawing.Size(148, 43); this.btnSettings.TabIndex = 11; this.btnSettings.Text = "Settings"; this.btnSettings.UseVisualStyleBackColor = true; @@ -235,9 +235,9 @@ this.btnChatter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnChatter.Font = new System.Drawing.Font("Consolas", 9.75F); this.btnChatter.ForeColor = System.Drawing.Color.White; - this.btnChatter.Location = new System.Drawing.Point(32, 130); + this.btnChatter.Location = new System.Drawing.Point(32, 104); this.btnChatter.Name = "btnChatter"; - this.btnChatter.Size = new System.Drawing.Size(120, 23); + this.btnChatter.Size = new System.Drawing.Size(148, 43); this.btnChatter.TabIndex = 10; this.btnChatter.Text = "Chatter"; this.btnChatter.UseVisualStyleBackColor = true; @@ -248,9 +248,9 @@ this.btnTerminal.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTerminal.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnTerminal.ForeColor = System.Drawing.Color.White; - this.btnTerminal.Location = new System.Drawing.Point(32, 101); + this.btnTerminal.Location = new System.Drawing.Point(32, 249); this.btnTerminal.Name = "btnTerminal"; - this.btnTerminal.Size = new System.Drawing.Size(120, 23); + this.btnTerminal.Size = new System.Drawing.Size(148, 43); this.btnTerminal.TabIndex = 9; this.btnTerminal.Text = "Terminal"; this.btnTerminal.UseVisualStyleBackColor = true; -- cgit v1.2.3