godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.83k stars 1.63k forks source link

Main Screen Plugin: Print Hello button isnt centered vertically across the whole main screen #1018

Open salloom-domani opened 7 months ago

salloom-domani commented 7 months ago

Which demo project is affected: main screen plugin

OS/device including version: OS: archlinx 6.6.8 GPU: Intel Iris Plus Graphics G1 Driver: vulkan-intel

Issue description: Print Hello button isnt centered vertically across the whole main screen

Screenshots of issue:

Screenshot

salloom-domani commented 7 months ago

I figured out that main screen plugins are by default VBoxContainer and you add nodes to them which now makes sense why the button isnt centered. The question becomes now how to change this behavior ?

aaronfranke commented 7 months ago

@salloom-domani Try setting the button's vertical size flags to expand and shrink center.

salloom-domani commented 7 months ago

@aaronfranke LIFE SAVER TYSM