godot-demo-projects
godot-demo-projects copied to clipboard
Main Screen Plugin: Print Hello button isnt centered vertically across the whole main screen
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:
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 ?
@salloom-domani Try setting the button's vertical size flags to expand and shrink center.
@aaronfranke LIFE SAVER TYSM