Merge pull request #61487 from chungd87/fix-animation-UI-bug

This commit is contained in:
Rémi Verschelde 2022-06-10 09:45:22 +02:00 committed by GitHub
commit 3bd8706c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1573,7 +1573,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(AnimationPlayerEditorPlugin *p_plug
frame = memnew(SpinBox);
hb->add_child(frame);
frame->set_custom_minimum_size(Size2(60, 0));
frame->set_custom_minimum_size(Size2(80, 0) * EDSCALE);
frame->set_stretch_ratio(2);
frame->set_step(0.0001);
frame->set_tooltip(TTR("Animation position (in seconds)."));