-make animationplayer thinner, also toolbuttons too. fixes #3526
This commit is contained in:
parent
d2f2eed963
commit
857edbea1c
3 changed files with 4 additions and 4 deletions
|
|
@ -1298,7 +1298,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
|||
|
||||
frame = memnew( SpinBox );
|
||||
hb->add_child(frame);
|
||||
frame->set_custom_minimum_size(Size2(80,0));
|
||||
frame->set_custom_minimum_size(Size2(60,0));
|
||||
frame->set_stretch_ratio(2);
|
||||
frame->set_tooltip("Animation position (in seconds).");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue