Merge pull request #26352 from bojidar-bg/21633-progress-stylebox

Fix minimum size of ProgressBar-s
This commit is contained in:
Rémi Verschelde 2019-02-27 17:19:01 +01:00 committed by GitHub
commit ce615c1a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

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