flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
289 stars 25 forks source link

Wiki update for WINDOW #75

Closed togfoxy closed 3 years ago

togfoxy commented 3 years ago

Small edits over time can result in a great product. :)

This page: https://github.com/coding-jackalope/Slab/wiki/Window says: Windows, by default, will have sizers for all sides active.

For clarity, windows, by default, use AutoSizeWindow and therefore do NOT have sizers by default.

Suggested text: Windows using auto-sizing (AutoSizeWindow = false) will have window edge sizers on all sides.

coding-jackalope commented 3 years ago

Hi @togfoxy, thanks for pointing this out. All fixes are always appreciated. This text is changed in a separate branch and will be updated when the new version is released.

togfoxy commented 3 years ago

Resolved as suggested.