Closed alexbudarov closed 3 years ago
Jmix version: 1.0.0.
io.jmix.ui.component.Image#setScaleMode
@StudioProperty(type = PropertyType.ENUMERATION, defaultValue = "NONE", options = {"NONE", "FILL", "CONTAIN", "COVER", "SCALE_MODE"}) void setScaleMode(ScaleMode scaleMode);
Should be SCALE_DOWN, not SCALE_MODE.
In the "Component Inspector" check that scaleMode attribute contains SCALE_DOWN instead of SCALE_MODE.
scaleMode
SCALE_DOWN
SCALE_MODE
Jmix version: 1.0.0.
io.jmix.ui.component.Image#setScaleMode
Should be SCALE_DOWN, not SCALE_MODE.
QA
In the "Component Inspector" check that
scaleMode
attribute containsSCALE_DOWN
instead ofSCALE_MODE
.