From e05248abc7dc3349f2e885b42262ee3b42cfc530 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 14 Aug 2018 17:34:05 -0400 Subject: [PATCH] Fix docs --- .../MainWindow.Designer.cs | 24 +++++++++---------- .../Controllers/ConfigurationController.cs | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Tgstation.Server.ControlPanel/MainWindow.Designer.cs b/src/Tgstation.Server.ControlPanel/MainWindow.Designer.cs index c58ed83d60..dd80d076d1 100644 --- a/src/Tgstation.Server.ControlPanel/MainWindow.Designer.cs +++ b/src/Tgstation.Server.ControlPanel/MainWindow.Designer.cs @@ -32,12 +32,12 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); this.instanceListSplit = new System.Windows.Forms.SplitContainer(); this.instanceBrowser = new System.Windows.Forms.TreeView(); + this.consoleSplit = new System.Windows.Forms.SplitContainer(); this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.menuExport = new System.Windows.Forms.MenuItem(); this.menuImport = new System.Windows.Forms.MenuItem(); this.menuQuit = new System.Windows.Forms.MenuItem(); - this.consoleSplit = new System.Windows.Forms.SplitContainer(); this.rootContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.newConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.serverContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); @@ -79,6 +79,17 @@ this.instanceBrowser.Size = new System.Drawing.Size(318, 743); this.instanceBrowser.TabIndex = 0; // + // consoleSplit + // + this.consoleSplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.consoleSplit.Dock = System.Windows.Forms.DockStyle.Fill; + this.consoleSplit.Location = new System.Drawing.Point(0, 0); + this.consoleSplit.Name = "consoleSplit"; + this.consoleSplit.Orientation = System.Windows.Forms.Orientation.Horizontal; + this.consoleSplit.Size = new System.Drawing.Size(1102, 747); + this.consoleSplit.SplitterDistance = 603; + this.consoleSplit.TabIndex = 0; + // // mainMenu1 // this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { @@ -109,17 +120,6 @@ this.menuQuit.Text = "Quit"; this.menuQuit.Click += new System.EventHandler(this.menuQuit_Click); // - // consoleSplit - // - this.consoleSplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.consoleSplit.Dock = System.Windows.Forms.DockStyle.Fill; - this.consoleSplit.Location = new System.Drawing.Point(0, 0); - this.consoleSplit.Name = "consoleSplit"; - this.consoleSplit.Orientation = System.Windows.Forms.Orientation.Horizontal; - this.consoleSplit.Size = new System.Drawing.Size(1102, 747); - this.consoleSplit.SplitterDistance = 603; - this.consoleSplit.TabIndex = 0; - // // rootContextMenuStrip // this.rootContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { diff --git a/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs b/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs index faf1c595cc..e724238caa 100644 --- a/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs +++ b/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs @@ -67,7 +67,7 @@ namespace Tgstation.Server.Host.Controllers } /// - /// Get the contents of a file at a + /// Get the contents of a file at a /// /// The path of the file to get /// The for the operation @@ -94,7 +94,7 @@ namespace Tgstation.Server.Host.Controllers } /// - /// Get the contents of a directory at a + /// Get the contents of a directory at a /// /// The path of the directory to get /// The for the operation