mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): move view buttons on canvas tool bar next to zoom
This commit is contained in:
committed by
Kent Keirsey
parent
f920c8837c
commit
bde2fd416e
@@ -35,11 +35,13 @@ export const CanvasToolbar = memo(() => {
|
|||||||
<ToolColorPicker />
|
<ToolColorPicker />
|
||||||
<ToolSettings />
|
<ToolSettings />
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<CanvasToolbarScale />
|
|
||||||
<Divider orientation="vertical" />
|
|
||||||
<Flex alignItems="center" h="full">
|
<Flex alignItems="center" h="full">
|
||||||
|
<CanvasToolbarScale />
|
||||||
<CanvasToolbarResetViewButton />
|
<CanvasToolbarResetViewButton />
|
||||||
<CanvasToolbarFitBboxToLayersButton />
|
<CanvasToolbarFitBboxToLayersButton />
|
||||||
|
</Flex>
|
||||||
|
<Divider orientation="vertical" />
|
||||||
|
<Flex alignItems="center" h="full">
|
||||||
<CanvasToolbarSaveToGalleryButton />
|
<CanvasToolbarSaveToGalleryButton />
|
||||||
<CanvasToolbarUndoButton />
|
<CanvasToolbarUndoButton />
|
||||||
<CanvasToolbarRedoButton />
|
<CanvasToolbarRedoButton />
|
||||||
|
|||||||
Reference in New Issue
Block a user