nyx icon indicating copy to clipboard operation
nyx copied to clipboard

Proportional layout intf / impl

Open mr-highball opened this issue 4 years ago • 1 comments

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

mr-highball avatar Jun 18 '20 22:06 mr-highball

finished up browser implementation, going to shelve this issue until I get to the standard implementation

mr-highball avatar Jul 05 '20 03:07 mr-highball