ensure library is only visible when "opened"

This commit is contained in:
Chris Cochrun 2022-10-18 13:40:35 -05:00
parent 6780c79af4
commit 60a64e14aa

View file

@ -117,6 +117,7 @@ Controls.Page {
id: library
Controls.SplitView.preferredWidth: libraryOpen ? 200 : 0
Controls.SplitView.maximumWidth: 350
visible: libraryOpen ? true : false
}
}