Change grid size to slider

This commit is contained in:
missionfloyd
2023-04-13 10:04:06 -06:00
committed by GitHub
parent 51d5668f14
commit 42f9a7452e
+1 -1
View File
@@ -9,7 +9,7 @@ app.registerExtension({
app.ui.settings.addSetting({
id: "Comfy.SnapToGrid.GridSize",
name: "Grid Size",
type: "number",
type: "slider",
attrs: {
min: 1,
max: 500,