Merge branch 'bugfix/UI_Wording' into develop
* bugfix/UI_Wording: Fixed UI Bug
This commit is contained in:
commit
c37f04a4dc
8
Discord Media Loader/MainForm.Designer.cs
generated
8
Discord Media Loader/MainForm.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue