mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-18 13:41:27 -04:00
Minor UI tweak
This commit is contained in:
@@ -86,7 +86,7 @@ namespace LibationWinForms.ProcessQueue
|
||||
LargeChange = SCROLL_LARGE_CHANGE,
|
||||
Dock = DockStyle.Right
|
||||
};
|
||||
panel1.Width -= vScrollBar1.Width;
|
||||
panel1.Width -= vScrollBar1.Width + panel1.Margin.Right;
|
||||
|
||||
Controls.Add(vScrollBar1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user