RAUI-labs / raui

Rust implementation of Renderer Agnostic User Interface
https://raui-labs.github.io/raui/
Other
396 stars 10 forks source link

[Feature] `Content` Size Option for `ImageBoxSizeValue` #54

Open zicklag opened 3 years ago

zicklag commented 3 years ago

Since we already have the textures sizes passed into the tesselation renderer I would think it should be easy to implement. Also, it should probably be the default setting inead of Fill, I think. Content size is what I would guess would be the default image size.

PsichiX commented 3 years ago

great idea! that will complement the other feature of Content variant for text box sizes :D