installer: Making components list box resizable
authorJerome St-Louis <jerome@ecere.com>
Tue, 18 Mar 2014 15:43:42 +0000 (11:43 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 18 Mar 2014 15:43:42 +0000 (11:43 -0400)
installer/src/installer.ec

index 44ff09b..6af961e 100644 (file)
@@ -475,6 +475,8 @@ class Installer : Window
    {
       this, size = { 460, 112 }, position = { 160, 160 }, hasHeader = true;
       fullRowSelect = false, collapseControl = true, treeBranches = true, rootCollapseButton = true,
+      hasHorzScroll = true;
+      resizable = true,
       noDragging = true;
       rowHeight = 18;
       selectionColor = { 145, 150, 140 };