TheGameCreators / AGK-Studio

3 stars 1 forks source link

UI elements sizing issues #553

Open aeronavery opened 5 years ago

aeronavery commented 5 years ago

I'm not sure whether to call this a feature request or a bug. I'm leaning towards bug.

The scene editor is not properly WYSIWYG (what you see is what you get). The sizes displayed in the Scene Editor are different than what is displayed during Test Mode and on AppGameKit Player.

Here are two screenshots of what's displayed in the scene editor versus what is displayed in Test Mode.

Scene Editor:

What is shown in Scene Editor

Test Mode:

What is shown in Test Mode

As you can see the font size of the Text label is smaller, and the font size of the Button's text is larger. The font sizes in the auto-generated Script are correct so I'm not sure what's going wrong here.

May be related to #551

plemsoft commented 5 years ago

https://github.com/TheGameCreators/AGK-Studio/issues/508