mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
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:
parent
e089fff547
commit
3263ce0aa9
2 changed files with 67 additions and 66 deletions
5
Greenshot/Forms/AboutForm.Designer.cs
generated
5
Greenshot/Forms/AboutForm.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue