ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Task: Convert Alignment Fields of UI Elements to Bitfields to allow for vertical alignment. #37

Closed ppebb closed 7 months ago

ppebb commented 7 months ago

Further continuation of task #27, allowing for vertical and horizontal spacing to be defined with flags instead of enums. Addresses story #6.

ppebb commented 7 months ago

Finished the bitfield declaration, will finish actual UI behavior over the weekend.

ppebb commented 7 months ago

Visible in commit https://github.com/ppebb/isp2/commit/21c7105c7cbfdc2b595e87a723e0af653f0985cd

ppebb commented 7 months ago

Addressed by pr #45