From 23b72101698fb5a36ca11d386b98becfff441502 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 Sep 2022 14:50:14 -0500 Subject: [PATCH] adding new ServiceList as leftdock --- src/qml/presenter/MainWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 9c4ad37..230b23f 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -55,7 +55,7 @@ Controls.Page { } } - Presenter.LeftDock { + Presenter.ServiceList { id: leftDock Controls.SplitView.preferredWidth: 200 Controls.SplitView.maximumWidth: 300