Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Fix : Oversized Image In Image Drawer Fixed ] #1167

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rohitPandey469
Copy link

Description

The Images being displayed in Image Drawer wasn't having any constraints so if it's wide then the Image Drawer will occupy entire area of the screen, so added a constraint to the Grid for wide images.

Related Issue

Fixes #1159

How Has This Been Tested?

Tested on my machine.

Video:

codelabz-google-chrome-2024-02-05-18-46-35_lGogIcbC.mp4

I added styles to the grid so it changed here in the video.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Fix : Oversized Image in Image Drawer ]
1 participant