ensure library is only visible when "opened"
This commit is contained in:
parent
6780c79af4
commit
60a64e14aa
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ Controls.Page {
|
||||||
id: library
|
id: library
|
||||||
Controls.SplitView.preferredWidth: libraryOpen ? 200 : 0
|
Controls.SplitView.preferredWidth: libraryOpen ? 200 : 0
|
||||||
Controls.SplitView.maximumWidth: 350
|
Controls.SplitView.maximumWidth: 350
|
||||||
|
visible: libraryOpen ? true : false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue