diff --git a/buildRelease-CI.cmd b/buildRelease-CI.cmd index 89bbd5ee..948edd19 100644 --- a/buildRelease-CI.cmd +++ b/buildRelease-CI.cmd @@ -38,4 +38,4 @@ REM create installer (Inno Setup 6) type nul > .\build\Output\.portableMode 7z a .\build\StreamCompanion-portable.zip .\build\Output\* 7z a .\build\StreamCompanion-portable-browserOverlay.zip .\build\Release_browserOverlay\* -7z a .\build\StreamCompanion-portable-ingameOverlay.zip .\build\Release_unsafe\* +7z a .\build\StreamCompanion-portable-textOverlay.zip .\build\Release_unsafe\* diff --git a/innoSetup/osuOverlayScript.iss b/innoSetup/osuOverlayScript.iss index c9d6a315..102683af 100644 --- a/innoSetup/osuOverlayScript.iss +++ b/innoSetup/osuOverlayScript.iss @@ -24,7 +24,7 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes LicenseFile=license.txt -OutputBaseFilename=StreamCompanion-ingameOverlay +OutputBaseFilename=StreamCompanion-textOverlay SetupIconFile=..\osu!StreamCompanion\Resources\compiled.ico Compression=lzma SolidCompression=yes diff --git a/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.Designer.cs b/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.Designer.cs index 8ba35568..e9e40e98 100644 --- a/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.Designer.cs +++ b/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.Designer.cs @@ -34,20 +34,22 @@ private void InitializeComponent() // checkBox_ingameOverlay // this.checkBox_ingameOverlay.AutoSize = true; - this.checkBox_ingameOverlay.Location = new System.Drawing.Point(4, 4); + this.checkBox_ingameOverlay.Location = new System.Drawing.Point(5, 5); + this.checkBox_ingameOverlay.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.checkBox_ingameOverlay.Name = "checkBox_ingameOverlay"; - this.checkBox_ingameOverlay.Size = new System.Drawing.Size(233, 17); + this.checkBox_ingameOverlay.Size = new System.Drawing.Size(277, 19); this.checkBox_ingameOverlay.TabIndex = 0; - this.checkBox_ingameOverlay.Text = "Enable ingame overlay (Requires SC restart)"; + this.checkBox_ingameOverlay.Text = "Enable text ingame overlay (Requires SC restart)"; this.checkBox_ingameOverlay.UseVisualStyleBackColor = true; // // IngameOverlaySettings // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.checkBox_ingameOverlay); + this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "IngameOverlaySettings"; - this.Size = new System.Drawing.Size(259, 24); + this.Size = new System.Drawing.Size(302, 28); this.ResumeLayout(false); this.PerformLayout(); diff --git a/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.resx b/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.resx index 1af7de15..f298a7be 100644 --- a/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.resx +++ b/plugins/osuOverlay/osuOverlayPlugin/IngameOverlaySettings.resx @@ -1,64 +1,4 @@ - - - +