Skip to content

Commit

Permalink
Fixed noise & sub button positions
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Nov 4, 2023
1 parent 03e70e6 commit 363d863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/Resources/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
[
{ "id": "FLT WT1", "x": 24, "y": 6, "w": 12, "h": 12 },
{ "id": "FLT WT2", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 },
{ "id": "FLT sub", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 },
{ "id": "FLT noise", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 },
{ "id": "FLT noise", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 },
{ "id": "FLT sub", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 },
{ "id": "Type", "x": 0, "y": 23, "w": 56, "h": 70 },
{ "id": "Freq", "x": "prevR()", "y": 23, "w": 56, "h": 70 },
{ "id": "Res", "x": "prevR()", "y": 23, "w": 56, "h": 70 },
Expand Down

0 comments on commit 363d863

Please sign in to comment.