mirror of https://github.com/espruino/BangleApps
wohrm: deduplicate
parent
b513772692
commit
d5e08477e1
|
@ -37,10 +37,10 @@ const upperLshape = {
|
|||
const lowerLshape = {
|
||||
maxX: 10,
|
||||
minX: 100,
|
||||
minY: 210,
|
||||
maxY: 40,
|
||||
rectWidth: 30,
|
||||
cornerRoundness: 5,
|
||||
minY: upperLshape.maxY,
|
||||
maxY: upperLshape.minY,
|
||||
rectWidth: upperLshape.rectWidth,
|
||||
cornerRoundness: upperLshape.cornerRoundness,
|
||||
orientation: 1,
|
||||
color: '#00f'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue