Skip to content

Commit

Permalink
Merge pull request #2193 from 4pplet/bear65-wkl-layout-fix
Browse files Browse the repository at this point in the history
Bear65: fixing wkl layout
  • Loading branch information
Cipulot authored Mar 27, 2024
2 parents e67af14 + 78ae177 commit d623bab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"4,0\n\n\n1,1",
{"c": "#cccccc", "d": true},
"4,1\n\n\n1,1",
{"x": 10.75, "c": "#aaaaaa"},
{"x": 10.75, "c": "#aaaaaa", "d": true},
"4,10\n\n\n1,1"
],
[{"r": 10, "rx": 1, "x": 6, "c": "#cccccc"}, "0,3", "0,4", "0,5", "0,6"],
Expand Down Expand Up @@ -122,7 +122,7 @@
[
{"y": 0.25, "x": 9.5, "c": "#777777", "w": 2.75},
"4,8\n\n\n1,1",
{"c": "#cccccc", "w": 1.5, "d": true},
{"c": "#cccccc", "w": 1.5},
"4,9\n\n\n1,1"
]
]
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"4,0\n\n\n1,1",
{"c": "#cccccc", "d": true},
"4,1\n\n\n1,1",
{"x": 10.25, "c": "#aaaaaa"},
{"x": 10.25, "c": "#aaaaaa", "d": true},
"4,10\n\n\n1,1"
],
[{"r": 10, "rx": 1, "x": 6, "c": "#cccccc"}, "0,3", "0,4", "0,5", "0,6"],
Expand Down Expand Up @@ -119,7 +119,7 @@
[
{"x": 9.25, "c": "#777777", "w": 2.75},
"4,8\n\n\n1,1",
{"c": "#cccccc", "w": 1.25, "d": true},
{"c": "#cccccc", "w": 1.25},
"4,9\n\n\n1,1"
]
]
Expand Down
File renamed without changes.

0 comments on commit d623bab

Please sign in to comment.