diff options
| author | Juan Linietsky | 2016-02-02 18:21:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-02-02 18:22:37 -0300 |
| commit | 857edbea1ce30b9a0aecb7aa6082e263b41e393f (patch) | |
| tree | 8c4c5f01704d3a02829b4e14d6951578090499ee /tools/editor/plugins | |
| parent | d2f2eed96316bdb380c2233cb0832bd7747fc21e (diff) | |
| download | godot-857edbea1ce30b9a0aecb7aa6082e263b41e393f.tar.gz godot-857edbea1ce30b9a0aecb7aa6082e263b41e393f.tar.zst godot-857edbea1ce30b9a0aecb7aa6082e263b41e393f.zip | |
-make animationplayer thinner, also toolbuttons too. fixes #3526
Diffstat (limited to 'tools/editor/plugins')
| -rw-r--r-- | tools/editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp index 0e2977c5a..32afd8697 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/tools/editor/plugins/animation_player_editor_plugin.cpp @@ -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)."); |
