This commit is contained in:
Michael Bucari-Tovo 2022-05-14 03:16:48 -06:00
parent 676af0210b
commit eeb4f4681a
10 changed files with 1502 additions and 752 deletions

View file

@ -117,7 +117,7 @@ namespace LibationWinForms.ProcessQueue
vScrollBar1.SmallChange = VirtualControlHeight;
vScrollBar1.LargeChange = 3 * VirtualControlHeight;
panel1.Height += 2*VirtualControlHeight;
panel1.Height += 2 * VirtualControlHeight;
}
private ProcessBookControl InitControl(int locationY)