mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): round stage scale
This commit is contained in:
parent
2e2e072b0b
commit
2c3ac972e5
@ -12,7 +12,7 @@ export const HeadsUpDisplay = memo(() => {
|
||||
|
||||
return (
|
||||
<Flex flexDir="column" bg="blackAlpha.400" borderBottomEndRadius="base" p={2} minW={64} gap={2}>
|
||||
<HUDItem label="Scale" value={stageScale} />
|
||||
<HUDItem label="Scale" value={round(stageScale, 3)} />
|
||||
<HUDItem label="Layer Count" value={layerCount} />
|
||||
<HUDItem label="BBox Size" value={`${bbox.width}×${bbox.height}`} />
|
||||
<HUDItem label="BBox Position" value={`${bbox.x}, ${bbox.y}`} />
|
||||
|
Loading…
Reference in New Issue
Block a user