diff --git a/py/List.DragDropReorder.py b/py/List.DragDropReorder.py index b141547..d8f6b29 100644 --- a/py/List.DragDropReorder.py +++ b/py/List.DragDropReorder.py @@ -52,6 +52,7 @@ def __init__(self, cm1): self.box1.Location = Point(5,32) self.box1.Width = 350 self.box1.Height = n + self.box1.HorizontalScrollBar = True self.box1.BackColor = Color.FromArgb(53,53,53) self.box1.ForeColor = Color.FromArgb(234,234,234) self.box1.Font = Font("Calibri", 11)