UI cosmetics: visually separated "don't ask again" checkbox from print options

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1949 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-07-15 09:57:11 +00:00
parent 6e36209a76
commit f04c186bf6
2 changed files with 8 additions and 7 deletions

View file

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