mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix gallery maxwidth on unified canvas
This commit is contained in:
parent
088fd97418
commit
286e46aaa3
@ -86,7 +86,7 @@ export default function ImageGallery() {
|
||||
|
||||
if (activeTabName === 'unifiedCanvas') {
|
||||
setGalleryMinWidth(190);
|
||||
setGalleryMaxWidth(450);
|
||||
setGalleryMaxWidth(190);
|
||||
dispatch(setDoesCanvasNeedScaling(true));
|
||||
} else if (activeTabName === 'img2img') {
|
||||
dispatch(
|
||||
|
Loading…
Reference in New Issue
Block a user