robiness / stage_craft

MIT License
5 stars 1 forks source link

Adjust appearance #13

Closed robiness closed 1 year ago

robiness commented 1 year ago

This tries to achieve a bit more coherent UI for the configurators. The main purpose was to make the input fields a bit thinner so they don't take to much space. Previously the default material height for mobile was used.

Every input field like for string, double, int etc. use the FieldConfiguratorWidget now so we only have one point to improve this further or change it completely if we want to.

As a bonus this also fixes a bug on double and int configurators not being updated when null was pressed.

Before After
image image