Small image editor changes

This commit is contained in:
Jaex 2016-03-14 00:14:01 +02:00
parent 84964e5c52
commit a051856b3a
3 changed files with 12 additions and 9 deletions

View file

@ -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
{

View file

@ -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);
}

View file

@ -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