diff --git a/Greenshot.ImageEditor/Drawing/Gripper.cs b/Greenshot.ImageEditor/Drawing/Gripper.cs index 7d696f535..bd7eabd6f 100644 --- a/Greenshot.ImageEditor/Drawing/Gripper.cs +++ b/Greenshot.ImageEditor/Drawing/Gripper.cs @@ -44,7 +44,7 @@ public class Gripper : Label public const int POSITION_BOTTOM_LEFT = 6; public const int POSITION_MIDDLE_LEFT = 7; - public const int GripperSize = 5; + public const int GripperSize = 7; public int Position { diff --git a/Greenshot.ImageEditor/Forms/AboutForm.Designer.cs b/Greenshot.ImageEditor/Forms/AboutForm.Designer.cs index 7bb20554b..41873d743 100644 --- a/Greenshot.ImageEditor/Forms/AboutForm.Designer.cs +++ b/Greenshot.ImageEditor/Forms/AboutForm.Designer.cs @@ -68,6 +68,7 @@ partial class AboutForm { this.lblTitle.Size = new System.Drawing.Size(145, 19); this.lblTitle.TabIndex = 2; this.lblTitle.Text = "Greenshot image editor"; + this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblLicense // @@ -166,13 +167,13 @@ partial class AboutForm { // // linkLabel1 // - this.linkLabel1.Location = new System.Drawing.Point(154, 8); + this.linkLabel1.Location = new System.Drawing.Point(154, 12); this.linkLabel1.Name = "linkLabel1"; - this.linkLabel1.Size = new System.Drawing.Size(130, 23); + this.linkLabel1.Size = new System.Drawing.Size(130, 19); this.linkLabel1.TabIndex = 13; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "http://getgreenshot.org"; - this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelClicked); // // lblTranslation @@ -206,7 +207,7 @@ partial class AboutForm { this.MinimizeBox = false; this.Name = "AboutForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Über Greenshot"; + this.Text = "Greenshot image editor - About"; this.ResumeLayout(false); } diff --git a/Greenshot.ImageEditor/Forms/ImageEditorForm.Designer.cs b/Greenshot.ImageEditor/Forms/ImageEditorForm.Designer.cs index 41a10c809..8dd7ec755 100644 --- a/Greenshot.ImageEditor/Forms/ImageEditorForm.Designer.cs +++ b/Greenshot.ImageEditor/Forms/ImageEditorForm.Designer.cs @@ -225,7 +225,7 @@ protected override void Dispose(bool disposing) // this.panel1.AutoScroll = true; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; + this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; @@ -261,6 +261,7 @@ protected override void Dispose(bool disposing) this.btnResize}); //check this.toolsToolStrip.Location = new System.Drawing.Point(0, 0); this.toolsToolStrip.Name = "toolsToolStrip"; + this.toolsToolStrip.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.toolsToolStrip.Stretch = true; this.toolsToolStrip.TabIndex = 0; this.toolsToolStrip.BackColor = System.Drawing.SystemColors.Control; @@ -495,7 +496,8 @@ protected override void Dispose(bool disposing) this.propertiesToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.propertiesToolStrip.MinimumSize = new System.Drawing.Size(150, coreConfiguration.IconSize.Height + 10); this.propertiesToolStrip.Name = "propertiesToolStrip"; - this.propertiesToolStrip.Stretch = true; + this.propertiesToolStrip.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); + this.propertiesToolStrip.Stretch = true; this.propertiesToolStrip.TabIndex = 0; this.propertiesToolStrip.Location = new System.Drawing.Point(0, 0); this.propertiesToolStrip.Renderer = new CustomToolStripProfessionalRenderer(); @@ -919,14 +921,14 @@ protected override void Dispose(bool disposing) // this.saveElementsToolStripMenuItem.LanguageKey = "editor_save_objects"; this.saveElementsToolStripMenuItem.Name = "saveElementsToolStripMenuItem"; - this.saveElementsToolStripMenuItem.Text = "Save Objects to File..."; + this.saveElementsToolStripMenuItem.Text = "Save objects to file..."; this.saveElementsToolStripMenuItem.Click += new System.EventHandler(this.SaveElementsToolStripMenuItemClick); // // loadElementsToolStripMenuItem // this.loadElementsToolStripMenuItem.LanguageKey = "editor_load_objects"; this.loadElementsToolStripMenuItem.Name = "loadElementsToolStripMenuItem"; - this.loadElementsToolStripMenuItem.Text = "Load Objects from File..."; + this.loadElementsToolStripMenuItem.Text = "Load objects from file..."; this.loadElementsToolStripMenuItem.Click += new System.EventHandler(this.LoadElementsToolStripMenuItemClick); // // autoCropToolStripMenuItem