mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
6e36209a76
commit
f04c186bf6
2 changed files with 8 additions and 7 deletions
4
Greenshot/Forms/SettingsForm.Designer.cs
generated
4
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue