mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 21:30:15 +08:00
Change grid size to slider
This commit is contained in:
parent
51d5668f14
commit
42f9a7452e
@ -9,7 +9,7 @@ app.registerExtension({
|
|||||||
app.ui.settings.addSetting({
|
app.ui.settings.addSetting({
|
||||||
id: "Comfy.SnapToGrid.GridSize",
|
id: "Comfy.SnapToGrid.GridSize",
|
||||||
name: "Grid Size",
|
name: "Grid Size",
|
||||||
type: "number",
|
type: "slider",
|
||||||
attrs: {
|
attrs: {
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 500,
|
max: 500,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user