BinghamtonRover / BurtOS-2

Base station/rover computer apps and libraries for the Binghamton University Rover Team
3 stars 0 forks source link

Add new simple, logical layouts #54

Closed superdan-t closed 2 years ago

superdan-t commented 2 years ago

This does not pertain to a specific issue.

Adds two gui layouts: SimpleRowLayout and SimpleColumn Layout.

Both of them give all fixed-sized widgets their fixed size and divide the remaining space among the rest. This is extremely useful for resizable windows to adjust their layout without much extra effort.