mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Fix gallery maxwidth on unified canvas
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user