Fix for the G animation not being drawn correctly when using different DPI settings, it doesn't get prettier though [skip ci]

This commit is contained in:
Robin 2020-03-04 09:48:12 +01:00
commit 3263ce0aa9
2 changed files with 67 additions and 66 deletions

View file

@ -19,10 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System.Reflection;
using System.Windows.Forms;
using Greenshot.Helpers;
namespace Greenshot {
namespace Greenshot.Forms {
partial class AboutForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
@ -183,6 +183,7 @@ namespace Greenshot {
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
this.pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
//
// lblTranslation
//