From 74273d5b59f315b2a1406cb5d651593a509af529 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Wed, 22 Nov 2023 03:59:21 +0200 Subject: [PATCH] Fix frame duration being set to x1.01 instead of x1.0 by default --- src/UI/Timeline/FrameProperties.tscn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/UI/Timeline/FrameProperties.tscn b/src/UI/Timeline/FrameProperties.tscn index 6ad449b92..413efe690 100644 --- a/src/UI/Timeline/FrameProperties.tscn +++ b/src/UI/Timeline/FrameProperties.tscn @@ -4,6 +4,7 @@ [node name="FrameProperties" type="ConfirmationDialog"] title = "Frame properties" +size = Vector2i(224, 156) exclusive = false popup_window = true script = ExtResource("1") @@ -11,8 +12,8 @@ script = ExtResource("1") [node name="VBoxContainer" type="VBoxContainer" parent="."] offset_left = 8.0 offset_top = 8.0 -offset_right = 201.0 -offset_bottom = 101.0 +offset_right = 216.0 +offset_bottom = 107.0 [node name="Label" type="Label" parent="VBoxContainer"] layout_mode = 2 @@ -41,9 +42,9 @@ text = "Frame duration" layout_mode = 2 size_flags_horizontal = 3 mouse_default_cursor_shape = 2 -min_value = 0.01 +min_value = 0.05 step = 0.05 -value = 2.01 +value = 1.0 allow_greater = true suffix = "x"