Better display and hiding of process queue
This commit is contained in:
parent
ffe0f0730d
commit
2341f6ea3b
3 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ namespace LibationWinForms
|
|||
processBookQueue1.popoutBtn.Click += ProcessBookQueue1_PopOut;
|
||||
var coppalseState = Configuration.Instance.GetNonString<bool>(nameof(splitContainer1.Panel2Collapsed));
|
||||
WidthChange = splitContainer1.Panel2.Width + splitContainer1.SplitterWidth;
|
||||
int width = this.Width;
|
||||
SetQueueCollapseState(coppalseState);
|
||||
this.Width = width;
|
||||
}
|
||||
|
||||
private void ProductsDisplay_LiberateClicked(object sender, LibraryBook e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue