mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix project icon align.
Now icon vertically centered
This commit is contained in:
@@ -855,6 +855,7 @@ void ProjectManager::_load_recent_projects() {
|
||||
|
||||
TextureFrame *tf = memnew(TextureFrame);
|
||||
tf->set_texture(icon);
|
||||
tf->set_v_size_flags(SIZE_EXPAND);
|
||||
hb->add_child(tf);
|
||||
|
||||
VBoxContainer *vb = memnew(VBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user