diff --git a/README.md b/README.md index 7a65c7f..3b7ffb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Screenshot](https://github.com/KirovAir/TwilightBoxart/raw/master/img/screenshot.png) +screenshot # Twilight Boxart A boxart downloader written in C#. Uses various sources and scan methods to determine the correct boxart. diff --git a/TwilightBoxart.UX/MainForm.Designer.cs b/TwilightBoxart.UX/MainForm.Designer.cs index c336104..edaf338 100644 --- a/TwilightBoxart.UX/MainForm.Designer.cs +++ b/TwilightBoxart.UX/MainForm.Designer.cs @@ -295,9 +295,9 @@ private void InitializeComponent() this.rbtLarge.Location = new System.Drawing.Point(182, 33); this.rbtLarge.Margin = new System.Windows.Forms.Padding(6); this.rbtLarge.Name = "rbtLarge"; - this.rbtLarge.Size = new System.Drawing.Size(105, 29); + this.rbtLarge.Size = new System.Drawing.Size(98, 29); this.rbtLarge.TabIndex = 8; - this.rbtLarge.Text = "Larger"; + this.rbtLarge.Text = "Large"; this.rbtLarge.UseVisualStyleBackColor = true; this.rbtLarge.CheckedChanged += new System.EventHandler(this.rbtLarge_CheckedChanged); // diff --git a/changelog.txt b/changelog.txt index d6ff166..e02519a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ 0.7 - Removed old Twilight++ aspect ratio's. Pure 1:1 ratio's are used now since the latest TWL++ (2020 and onwards) supports these! THIS BREAKS COMPATIBILITY WITH OLDER VERSIONS! Use 0.6 if your TWL++ is on a lower version. - Added update checker. +- Added more sizes. (Will autofix twilightmenu++ settings when bigger sizes are used) - Added option to cancel searching and to overwrite existing boxart. - Added border support. (This is some experimental trickery which makes boxart a bit more aesthetic on some themes, maybe in the future I'm able to do some tricks with 3d boxart and such) - Moved parts of code to server. These will be open sourced later. diff --git a/img/screenshot.png b/img/screenshot.png index 675dd97..195d5b0 100644 Binary files a/img/screenshot.png and b/img/screenshot.png differ