mirror of
https://github.com/jhbruhn/respira.git
synced 2026-04-28 01:55:45 +00:00
fix: show hoop size at bottom left
This commit is contained in:
parent
4f4ada6691
commit
9177dc9273
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export const Hoop = memo(({ machineInfo }: HoopProps) => {
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text
|
||||||
x={hoopLeft + 10}
|
x={hoopLeft + 10}
|
||||||
y={hoopTop + 10}
|
y={hoopTop + maxHeight - 24}
|
||||||
text={`Hoop: ${(maxWidth / 10).toFixed(0)} x ${(maxHeight / 10).toFixed(0)} mm`}
|
text={`Hoop: ${(maxWidth / 10).toFixed(0)} x ${(maxHeight / 10).toFixed(0)} mm`}
|
||||||
fontSize={14}
|
fontSize={14}
|
||||||
fontFamily="sans-serif"
|
fontFamily="sans-serif"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue