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