Skip to content

Commit

Permalink
Slightly increase the layer container minimum size to match the layer…
Browse files Browse the repository at this point in the history
… buttons
  • Loading branch information
OverloadedOrama committed Feb 9, 2024
1 parent 3935bfd commit a05dbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Timeline/AnimationTimeline.gd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func _notification(what: int) -> void:
drag_highlight.hide()
elif what == NOTIFICATION_THEME_CHANGED:
if is_instance_valid(layer_settings_container):
layer_container.custom_minimum_size.x = layer_settings_container.size.x
layer_container.custom_minimum_size.x = layer_settings_container.size.x + 12


func _input(event: InputEvent) -> void:
Expand Down

0 comments on commit a05dbab

Please sign in to comment.