[WC-3517]: Set default max height to 250px for Image widget - #2351
Conversation
New Image widgets now default to a 250px maximum height instead of None. Existing widgets with the old default are not affected. Closes WC-3517
AI Code Review
What was reviewed
Skipped (out of scope): All CI checks could not be fetched (approval required), so CI status is unverified. Findings
|
Pull request type
Bug fix (non-breaking change which fixes an issue)
Description
Currently the Image widget defaults to no maximum height (
None). This change sets the defaultmaxHeightUnittopixelsandmaxHeightto250in the widget XML, so newly placed Image widgets come with a 250px maximum height out of the box.Existing widgets are not affected — Mendix only applies XML default values when a widget is first added to a page, so previously placed widgets retain their current settings.
JIRA: WC-3517
What should be covered while testing?
Pixelsand Maximum height is250by default.