Preferred image alignment in UIBlock2D #352
2394425147
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reason
When the scale mode of an image is set to

Fit
orEnvelope
, Nova currently aligns them to the center by default:This makes certain UIs more complex to build, for example, the grading icon as highlighted:

When swapped with another image with a smaller width becomes:

Where ideally, it should be aligned to the left edge:

Proposal
When either
Fit
orEnvelope
is selected as the scale mode, show a dropdown to pick the preferred image alignment to fit it to the preferred edge (UDLR).Beta Was this translation helpful? Give feedback.
All reactions