From f4c2e1e452459ac5d8cb95da5ad76fa17149c3fc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 18 Apr 2023 06:30:44 -0500 Subject: [PATCH] remove commented code --- src/qml/presenter/ImageEditor.qml | 34 ------------------------------- 1 file changed, 34 deletions(-) diff --git a/src/qml/presenter/ImageEditor.qml b/src/qml/presenter/ImageEditor.qml index 65b8a92..b1cb079 100644 --- a/src/qml/presenter/ImageEditor.qml +++ b/src/qml/presenter/ImageEditor.qml @@ -58,40 +58,6 @@ Item { hoverEnabled: true onClicked: fileDialog.open() } - - /* Controls.Popup { */ - /* id: backgroundType */ - /* x: backgroundButton.x */ - /* y: backgroundButton.y + backgroundButton.height + 20 */ - /* modal: true */ - /* focus: true */ - /* dim: false */ - /* background: Rectangle { */ - /* Kirigami.Theme.colorSet: Kirigami.Theme.Tooltip */ - /* color: Kirigami.Theme.backgroundColor */ - /* radius: 10 */ - /* border.color: Kirigami.Theme.activeBackgroundColor */ - /* border.width: 2 */ - /* } */ - /* closePolicy: Controls.Popup.CloseOnEscape | Controls.Popup.CloseOnPressOutsideParent */ - /* ColumnLayout { */ - /* anchors.fill: parent */ - /* Controls.ToolButton { */ - /* Layout.fillHeight: true */ - /* Layout.fillWidth: true */ - /* text: "Image" */ - /* icon.name: "emblem-images-symbolic" */ - /* onClicked: imageFileDialog.open() & backgroundType.close() */ - /* } */ - /* Controls.ToolButton { */ - /* Layout.fillWidth: true */ - /* Layout.fillHeight: true */ - /* text: "Image" */ - /* icon.name: "folder-pictures-symbolic" */ - /* onClicked: imageFileDialog.open() & backgroundType.close() */ - /* } */ - /* } */ - /* } */ } }