diff options
author | emkael <emkael@tlen.pl> | 2012-11-16 10:08:06 +0000 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2012-11-16 10:08:06 +0000 |
commit | 566b5f50ea3326d99913914fc0ceeb2c2cbdd8f9 (patch) | |
tree | 3edf1245750a84308f57f7f41d2fba93264123d6 /Analizator9000 | |
parent | ca2a01d9319ad350c9497f02eaa6239b8defb630 (diff) |
* fixed width font in condition editor
git-svn-id: https://svn.emkael.info/an9k@10 05ec0d5d-773b-4d93-9e23-c81a7ac79feb
Diffstat (limited to 'Analizator9000')
-rw-r--r-- | Analizator9000/Analizator9000/Form1.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Analizator9000/Analizator9000/Form1.Designer.cs b/Analizator9000/Analizator9000/Form1.Designer.cs index cdbc86a..1654277 100644 --- a/Analizator9000/Analizator9000/Form1.Designer.cs +++ b/Analizator9000/Analizator9000/Form1.Designer.cs @@ -136,6 +136,7 @@ // conditionBox
//
this.conditionBox.AcceptsTab = true;
+ this.conditionBox.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.conditionBox.Location = new System.Drawing.Point(10, 202);
this.conditionBox.Name = "conditionBox";
this.conditionBox.Size = new System.Drawing.Size(494, 137);
|