diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index 4562f8d8f..2901881f8 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -1118,7 +1118,7 @@ namespace Greenshot { this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 111); this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors"; this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors"; - this.checkbox_autoreducecolors.Size = new System.Drawing.Size(394, 24); + this.checkbox_autoreducecolors.Size = new System.Drawing.Size(408, 24); this.checkbox_autoreducecolors.TabIndex = 21; this.checkbox_autoreducecolors.UseVisualStyleBackColor = true; // diff --git a/Greenshot/releases/additional_files/readme.template.txt b/Greenshot/releases/additional_files/readme.template.txt index 986b31d69..a77f40b9d 100644 --- a/Greenshot/releases/additional_files/readme.template.txt +++ b/Greenshot/releases/additional_files/readme.template.txt @@ -33,6 +33,7 @@ Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and * Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors. * Bug #1418: Fixed a problem with the editor initialization, in some small cases this gave an error as something happend at the same time. * Bug #1426: Added some checks for some configuration values, if they were not set this caused an error +* Bug #1444: Colors were disappearing when "Create an 8-bit image if colors are less than 256 while having a > 8 bits image" was turned on * Reported in forum: Fixed a problem with the OCR, it sometimes didn't work. See: http://sourceforge.net/p/greenshot/discussion/676082/thread/31a08c8c * Not reported: Flickr configuration for the Family, Friend & Public wasn't stored. * Not reported: If Greenshot is linked in a Windows startup folder, the "Start with startup" checkbox wasn't checked.