Range indicator for the number editor
This commit is contained in:
parent
4e4452f0ad
commit
232ffa7836
4 changed files with 63 additions and 9 deletions
|
@ -295,7 +295,10 @@ const editorSheetObjectConfig = types.compound({
|
|||
showAxes: types.boolean(true, {label: 'Axes'}),
|
||||
showGrid: types.boolean(true, {label: 'Grid'}),
|
||||
showOverlayIcons: types.boolean(false, {label: 'Overlay Icons'}),
|
||||
resolution: types.number(1440, {label: 'Resolution'}),
|
||||
resolution: types.number(1440, {
|
||||
label: 'Resolution',
|
||||
range: [0, 1000],
|
||||
}),
|
||||
shading: types.stringLiteral(
|
||||
'rendered',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue