Merge pull request #26352 from bojidar-bg/21633-progress-stylebox
Fix minimum size of ProgressBar-s
This commit is contained in:
commit
ce615c1a82
2 changed files with 7 additions and 3 deletions
|
|
@ -231,6 +231,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
|||
}
|
||||
|
||||
pb->set_percent_visible(false);
|
||||
pb->set_custom_minimum_size(Vector2(0, 14) * EDSCALE);
|
||||
animations[E->get()] = pb;
|
||||
node->add_child(pb);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue