From 20250905a49724055b76280b6dee95f8abe38793 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 16 Feb 2024 16:41:13 +0100 Subject: [PATCH] delete comments --- inst/qml/Descriptives.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inst/qml/Descriptives.qml b/inst/qml/Descriptives.qml index 7ca54e13..d79c001c 100644 --- a/inst/qml/Descriptives.qml +++ b/inst/qml/Descriptives.qml @@ -450,10 +450,6 @@ Form } } - // CheckBox - // { - // name: "heatmapDisplayValue"; label: qsTr("Display value"); childrenOnSameRow: false; - // } DoubleField { name: "heatmapTileWidthHeightRatio"; label: qsTr("Width to height ratio of tiles"); negativeValues: false; defaultValue: 1} CheckBox