Skip to content

Fix image overflow on Item Sheets

Ryan Walder requested to merge ryanw/item-sheet-image into master

Intent

When using an image that is taller then it is wide on Item Sheets it would overflow. This fixes that.


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

  1. Checkout / Build / Load
  2. Create image with portrait image
  3. Does not overflow
Before After
image image

Merge request reports