microgui / MicroGUI

:desktop_computer: Build simple UIs for embedded devices.
MIT License
7 stars 0 forks source link

Add coordinates as attribute in editbox #26

Closed wilhus closed 2 years ago

wilhus commented 2 years ago

The component's coordinates should be editable as an attribute inside the editbox. This would make it easier to make exact placement of components.

Solution: Add an EditSection for props pageX, pageY similar to how width/height is implemented in CanvasSettings.

wilhus commented 2 years ago

Fixed in 368c6c4