mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
minor fixes
This commit is contained in:
@@ -285,7 +285,7 @@ namespace BBBNOVA
|
||||
|
||||
_listBox = new ListBox();
|
||||
_listBox.IntegralHeight = true;
|
||||
_listBox.BorderStyle = BorderStyle.FixedSingle;
|
||||
_listBox.BorderStyle = BorderStyle.None;
|
||||
_listBox.SelectionMode = SelectionMode.One;
|
||||
_listBox.DrawMode = DrawMode.OwnerDrawFixed;
|
||||
_listBox.Font = base.Font;
|
||||
|
||||
Reference in New Issue
Block a user