diff options
| author | william341 <[email protected]> | 2016-07-23 17:40:12 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 17:40:12 -0700 |
| commit | 8c3199c4aad45752e4d2d047d4bfc4d968e43154 (patch) | |
| tree | 312e97b1c1149088db3da2751f15937f3de8c48f /source/WindowsFormsApplication1/Apps | |
| parent | 98c2351b4ae2b824e34a7224c6d20064d45bad0b (diff) | |
| download | shiftos-c--8c3199c4aad45752e4d2d047d4bfc4d968e43154.tar.gz shiftos-c--8c3199c4aad45752e4d2d047d4bfc4d968e43154.tar.bz2 shiftos-c--8c3199c4aad45752e4d2d047d4bfc4d968e43154.zip | |
Fix knowledge input
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs b/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs index 28d8cf1..9101007 100644 --- a/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs @@ -59,13 +59,11 @@ namespace ShiftOS // // ListBox1 // - this.ListBox1.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); + //this.ListBox1.Anchor = ((ShiftUI.AnchorStyles)((((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Left) | ShiftUI.AnchorStyles.Right))); this.ListBox1.BackColor = System.Drawing.Color.White; this.ListBox1.BorderStyle = ShiftUI.BorderStyle.None; this.ListBox1.DrawMode = ShiftUI.DrawMode.OwnerDrawFixed; - this.ListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.ListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ListBox1.ForeColor = System.Drawing.Color.Black; this.ListBox1.FormattingEnabled = true; this.ListBox1.ItemHeight = 24; |
