diff --git a/inst/qml/LatentGrowthCurve.qml b/inst/qml/LatentGrowthCurve.qml index a09a6289..e8d6a945 100644 --- a/inst/qml/LatentGrowthCurve.qml +++ b/inst/qml/LatentGrowthCurve.qml @@ -155,20 +155,7 @@ Form GroupBox { title: "Plots" - DropDown - { - name: "colorPalette" - label: qsTr("Color palette") - indexDefaultValue: 0 - values: - [ - { label: qsTr("Colorblind"), value: "colorblind" }, - { label: qsTr("Colorblind Alt."), value: "colorblind3" }, - { label: qsTr("Viridis"), value: "viridis" }, - { label: qsTr("ggplot2"), value: "ggplot2" }, - { label: qsTr("Gray"), value: "gray" } - ] - } + ColorPalette{} CheckBox { text: qsTr("Curve plot") name: "curvePlot"