From ad1340cbe64c2f962c3dd176aa297fd7b4d5e7cd Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Wed, 12 Jan 2022 13:23:49 +0100 Subject: [PATCH] QmlDesigner: Add 0 value to layer samples control Change-Id: Iafdbc5a8351c05ce4face948ff046781b6551335 Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/LayerSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml index df9b6f00a62..ccaaddfaf55 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml @@ -80,7 +80,7 @@ Section { implicitWidth: StudioTheme.Values.singleControlColumnWidth + StudioTheme.Values.actionIndicatorWidth width: implicitWidth - model: [2, 4, 8, 16] + model: [0, 2, 4, 8, 16] backendValue: backendValues.layer_samples manualMapping: true