nyx
nyx copied to clipboard
Proportional layout intf / impl
Need a layout class to handle positioning elements proportionally (relative to parent container) This needs to allow specifying percentages for the position (ie. 0% left 20% top) Also could maybe allow for calculating the position based on left, center, right of the element side (this could be shared enum between other layouts)
- [x] browser implementation
- [ ] standard implementation
finished up browser implementation, going to shelve this issue until I get to the standard implementation