Browse Source

Change grid size to slider

pull/490/head
missionfloyd 2 years ago committed by GitHub
parent
commit
307ef543bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/extensions/core/snapToGrid.js

2
web/extensions/core/snapToGrid.js

@ -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…
Cancel
Save