shdwcat / YUI

YUI - A UI system for GMS2
MIT License
48 stars 4 forks source link

grid alignment not working as expected #86

Open tthrelfo opened 2 months ago

tthrelfo commented 2 months ago

I would expect center: true to center the grid within the panel, but it isn't doing so.

Here's the code I am using:

` root:

type: panel

layout: canvas

elements:

And here's the result:

image