1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Merge pull request #11932 from DmitryKrutskikh/correct-project-icon-align

Fix project icon align (2.1).
This commit is contained in:
Rémi Verschelde
2017-10-09 15:14:03 +02:00
committed by GitHub

View File

@@ -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);