Move Project Manager favorite icon back to center.
This commit is contained in:
parent
d6a1125254
commit
67c158fe9f
1 changed files with 1 additions and 1 deletions
|
@ -1039,9 +1039,9 @@ void ProjectManager::_load_recent_projects() {
|
|||
favorite->set_normal_texture(favorite_icon);
|
||||
if (!is_favorite)
|
||||
favorite->set_modulate(Color(1, 1, 1, 0.2));
|
||||
favorite->set_v_size_flags(SIZE_EXPAND);
|
||||
favorite->connect("pressed", this, "_favorite_pressed", varray(hb));
|
||||
favorite_box->add_child(favorite);
|
||||
favorite_box->set_alignment(BoxContainer::ALIGN_CENTER);
|
||||
hb->add_child(favorite_box);
|
||||
|
||||
TextureRect *tf = memnew(TextureRect);
|
||||
|
|
Loading…
Reference in a new issue