diff --git a/Greenshot/Forms/PrintOptionsDialog.Designer.cs b/Greenshot/Forms/PrintOptionsDialog.Designer.cs index c77d99099..4c7aaa125 100644 --- a/Greenshot/Forms/PrintOptionsDialog.Designer.cs +++ b/Greenshot/Forms/PrintOptionsDialog.Designer.cs @@ -66,7 +66,7 @@ namespace Greenshot.Forms this.checkbox_dontaskagain.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_dontaskagain.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_dontaskagain.LanguageKey = "printoptions_dontaskagain"; - this.checkbox_dontaskagain.Location = new System.Drawing.Point(12, 158); + this.checkbox_dontaskagain.Location = new System.Drawing.Point(12, 191); this.checkbox_dontaskagain.Name = "checkbox_dontaskagain"; this.checkbox_dontaskagain.Size = new System.Drawing.Size(240, 17); this.checkbox_dontaskagain.TabIndex = 19; @@ -139,7 +139,7 @@ namespace Greenshot.Forms this.button_ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_ok.DialogResult = System.Windows.Forms.DialogResult.OK; this.button_ok.LanguageKey = "OK"; - this.button_ok.Location = new System.Drawing.Point(187, 207); + this.button_ok.Location = new System.Drawing.Point(187, 224); this.button_ok.Name = "button_ok"; this.button_ok.Size = new System.Drawing.Size(75, 23); this.button_ok.TabIndex = 25; @@ -164,9 +164,10 @@ namespace Greenshot.Forms // // button_cancel // + this.button_cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button_cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button_cancel.LanguageKey = "CANCEL"; - this.button_cancel.Location = new System.Drawing.Point(268, 207); + this.button_cancel.Location = new System.Drawing.Point(268, 224); this.button_cancel.Name = "button_cancel"; this.button_cancel.Size = new System.Drawing.Size(75, 23); this.button_cancel.TabIndex = 27; @@ -194,7 +195,7 @@ namespace Greenshot.Forms this.checkbox_grayscale.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_grayscale.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_grayscale.LanguageKey = "printoptions_printgrayscale"; - this.checkbox_grayscale.Location = new System.Drawing.Point(12, 181); + this.checkbox_grayscale.Location = new System.Drawing.Point(12, 158); this.checkbox_grayscale.Name = "checkbox_grayscale"; this.checkbox_grayscale.PropertyName = "OutputPrintGrayscale"; this.checkbox_grayscale.Size = new System.Drawing.Size(138, 17); @@ -207,7 +208,7 @@ namespace Greenshot.Forms // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.ClientSize = new System.Drawing.Size(355, 242); + this.ClientSize = new System.Drawing.Size(355, 259); this.Controls.Add(this.checkbox_grayscale); this.Controls.Add(this.checkboxPrintInverted); this.Controls.Add(this.button_cancel); diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index a09590a51..03fcc2a92 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -881,7 +881,7 @@ namespace Greenshot { // checkbox_printgrayscale // this.checkbox_printgrayscale.LanguageKey = "printoptions_printgrayscale"; - this.checkbox_printgrayscale.Location = new System.Drawing.Point(12, 192); + this.checkbox_printgrayscale.Location = new System.Drawing.Point(12, 167); this.checkbox_printgrayscale.Name = "checkbox_printgrayscale"; this.checkbox_printgrayscale.PropertyName = "OutputPrintGrayscale"; this.checkbox_printgrayscale.Size = new System.Drawing.Size(394, 19); @@ -906,7 +906,7 @@ namespace Greenshot { // checkbox_alwaysshowprintoptionsdialog // this.checkbox_alwaysshowprintoptionsdialog.LanguageKey = "settings_alwaysshowprintoptionsdialog"; - this.checkbox_alwaysshowprintoptionsdialog.Location = new System.Drawing.Point(12, 167); + this.checkbox_alwaysshowprintoptionsdialog.Location = new System.Drawing.Point(12, 200); this.checkbox_alwaysshowprintoptionsdialog.Name = "checkbox_alwaysshowprintoptionsdialog"; this.checkbox_alwaysshowprintoptionsdialog.PropertyName = "OutputPrintPromptOptions"; this.checkbox_alwaysshowprintoptionsdialog.Size = new System.Drawing.Size(394, 19);