mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 20:24:55 -05: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 />
|
||||
<ToolSettings />
|
||||
<Spacer />
|
||||
<CanvasToolbarScale />
|
||||
<Divider orientation="vertical" />
|
||||
<Flex alignItems="center" h="full">
|
||||
<CanvasToolbarScale />
|
||||
<CanvasToolbarResetViewButton />
|
||||
<CanvasToolbarFitBboxToLayersButton />
|
||||
</Flex>
|
||||
<Divider orientation="vertical" />
|
||||
<Flex alignItems="center" h="full">
|
||||
<CanvasToolbarSaveToGalleryButton />
|
||||
<CanvasToolbarUndoButton />
|
||||
<CanvasToolbarRedoButton />
|
||||
|
||||
Reference in New Issue
Block a user