From cdfefc38011e7182f1c138ff934d48cf348b5124 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 14 Apr 2020 18:08:51 +0300 Subject: [PATCH] Minor UI change, made the layer and cels be on the same y level I just changed "FrameIDs"'s rect_min_size.y to 16 on AnimationTimeline.tscn --- Prefabs/AnimationTimeline.tscn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Prefabs/AnimationTimeline.tscn b/Prefabs/AnimationTimeline.tscn index b5d78edda..35e18fc23 100644 --- a/Prefabs/AnimationTimeline.tscn +++ b/Prefabs/AnimationTimeline.tscn @@ -505,19 +505,21 @@ margin_bottom = 124.0 [node name="FrameIDs" type="HBoxContainer" parent="AnimationContainer/TimelineContainer/TimelineScroll/LayersAndFrames/FrameButtonsAndIds"] margin_right = 36.0 -margin_bottom = 14.0 +margin_bottom = 16.0 +rect_min_size = Vector2( 0, 16 ) [node name="Label" type="Label" parent="AnimationContainer/TimelineContainer/TimelineScroll/LayersAndFrames/FrameButtonsAndIds/FrameIDs"] +margin_top = 1.0 margin_right = 36.0 -margin_bottom = 14.0 +margin_bottom = 15.0 rect_min_size = Vector2( 36, 0 ) text = "1" align = 1 [node name="FramesContainer" type="VBoxContainer" parent="AnimationContainer/TimelineContainer/TimelineScroll/LayersAndFrames/FrameButtonsAndIds"] -margin_top = 18.0 +margin_top = 20.0 margin_right = 36.0 -margin_bottom = 18.0 +margin_bottom = 20.0 [node name="VSeparator" type="VSeparator" parent="AnimationContainer"] margin_left = 700.0