From c86abcbd3660399291b4a857a12fa4625ac66c68 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 18 Sep 2023 15:45:02 -0500 Subject: [PATCH] removing the code here till I can suppress some of the warnings --- src/qml/presenter/Presentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index fe82862..87837f3 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -238,7 +238,7 @@ FocusScope { width: Kirigami.Units.gridUnit * 10 height: Kirigami.Units.gridUnit / 4 y: Kirigami.Units.gridUnit * 7.35 - x: previewSlidesList.currentItem.x + x: 0 radius: 5 color: Kirigami.Theme.negativeTextColor