Skip to content

Commit

Permalink
Fix now incorrect hint texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Jan 7, 2025
1 parent 4b8a4bd commit 222eeb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ text = "Event block bottom margin"
[node name="HintTooltip" parent="HBoxContainer2" instance=ExtResource("2_ey6hj")]
layout_mode = 2
texture = null
hint_text = "This adds extra space at the bottom of event blocks. Requires reloading the visual timeline to take effect."
hint_text = "This adds extra space at the bottom of event blocks."

[node name="EventBlockMargin" type="SpinBox" parent="HBoxContainer2"]
unique_name_in_owner = true
Expand All @@ -123,7 +123,7 @@ text = "Show event names"
[node name="HintTooltip" parent="HBoxContainer3" instance=ExtResource("2_ey6hj")]
layout_mode = 2
texture = null
hint_text = "Enabling this prepends the event name at the beginning of event blocks. Requires reloading the visual timeline to take effect."
hint_text = "Enabling this prepends the event name at the beginning of event blocks."

[node name="ShowEventNames" type="CheckButton" parent="HBoxContainer3"]
unique_name_in_owner = true
Expand Down

0 comments on commit 222eeb2

Please sign in to comment.