mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixing settings form and added a hide expert tab setting.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1904 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b5b6bf6e20
commit
aa9f6a0cd3
3 changed files with 6 additions and 3 deletions
6
Greenshot/Forms/SettingsForm.Designer.cs
generated
6
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -1180,10 +1180,10 @@ namespace Greenshot {
|
|||
this.columnHeader1});
|
||||
this.listview_clipboardformats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
||||
this.listview_clipboardformats.LabelWrap = false;
|
||||
this.listview_clipboardformats.Location = new System.Drawing.Point(109, 38);
|
||||
this.listview_clipboardformats.Location = new System.Drawing.Point(170, 38);
|
||||
this.listview_clipboardformats.Name = "listview_clipboardformats";
|
||||
this.listview_clipboardformats.ShowGroups = false;
|
||||
this.listview_clipboardformats.Size = new System.Drawing.Size(291, 72);
|
||||
this.listview_clipboardformats.Size = new System.Drawing.Size(230, 72);
|
||||
this.listview_clipboardformats.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
||||
this.listview_clipboardformats.TabIndex = 0;
|
||||
this.listview_clipboardformats.UseCompatibleStateImageBehavior = false;
|
||||
|
@ -1192,7 +1192,7 @@ namespace Greenshot {
|
|||
// columnHeader1
|
||||
//
|
||||
this.columnHeader1.Text = "Destination";
|
||||
this.columnHeader1.Width = 280;
|
||||
this.columnHeader1.Width = 225;
|
||||
//
|
||||
// checkbox_minimizememoryfootprint
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue