Fixing the leftdock to accept Library items

This commit is contained in:
Chris Cochrun 2022-03-01 09:47:07 -06:00
parent 48f051045f
commit e1c7e319c7
7 changed files with 149 additions and 81 deletions

View file

@ -21,6 +21,10 @@ Kirigami.ApplicationWindow {
width: 1800
height: 900
Rectangle {
}
Presenter.MainWindow {
id: mainPage
}