From 15aa7a16f1a2d346a127aab2e49c8c3f6c9dccc2 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Wed, 8 Mar 2017 20:56:55 +0100 Subject: [PATCH] Fixed UI Bug --- Discord Media Loader/MainForm.Designer.cs | 8 ++++---- Discord Media Loader/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Discord Media Loader/MainForm.Designer.cs b/Discord Media Loader/MainForm.Designer.cs index 4c544dd..f572a18 100644 --- a/Discord Media Loader/MainForm.Designer.cs +++ b/Discord Media Loader/MainForm.Designer.cs @@ -122,9 +122,9 @@ // this.cbChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbChannels.FormattingEnabled = true; - this.cbChannels.Location = new System.Drawing.Point(264, 32); + this.cbChannels.Location = new System.Drawing.Point(279, 32); this.cbChannels.Name = "cbChannels"; - this.cbChannels.Size = new System.Drawing.Size(164, 21); + this.cbChannels.Size = new System.Drawing.Size(149, 21); this.cbChannels.TabIndex = 4; // // nupThreadCount @@ -144,9 +144,9 @@ this.lbChannel.AutoSize = true; this.lbChannel.Location = new System.Drawing.Point(224, 38); this.lbChannel.Name = "lbChannel"; - this.lbChannel.Size = new System.Drawing.Size(34, 13); + this.lbChannel.Size = new System.Drawing.Size(49, 13); this.lbChannel.TabIndex = 3; - this.lbChannel.Text = "Guild:"; + this.lbChannel.Text = "Channel:"; // // lbScanCount // diff --git a/Discord Media Loader/Properties/AssemblyInfo.cs b/Discord Media Loader/Properties/AssemblyInfo.cs index ff6dfd2..661c0c9 100644 --- a/Discord Media Loader/Properties/AssemblyInfo.cs +++ b/Discord Media Loader/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.98.0")] -[assembly: AssemblyFileVersion("0.1.98.0")] +[assembly: AssemblyVersion("0.1.99.0")] +[assembly: AssemblyFileVersion("0.1.99.0")]