forked from qt-creator/qt-creator
QmlDesigner: Add 0 value to layer samples control
Change-Id: Iafdbc5a8351c05ce4face948ff046781b6551335 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
93d48d07c7
commit
ad1340cbe6
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user