From 8c3199c4aad45752e4d2d047d4bfc4d968e43154 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 17:40:12 -0700 Subject: Fix knowledge input --- source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/WindowsFormsApplication1/Apps/KnowledgeInput.Designer.cs') 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; -- cgit v1.2.3