Skip to content

Commit

Permalink
ParameterInput: Change option input to fit only the selected item
Browse files Browse the repository at this point in the history
It is possible for some options to be very long, causing a block to
appear wider than necessary.

https://phabricator.endlessm.com/T35564
  • Loading branch information
dylanmccall committed Sep 18, 2024
1 parent 60c692e commit 74aed6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ custom_minimum_size = Vector2(40, 0)
layout_mode = 2
tooltip_text = "Parameter"
theme_override_styles/normal = SubResource("StyleBoxEmpty_fjquj")
fit_to_longest_item = false

[node name="Vector2Input" type="MarginContainer" parent="InputSwitcher"]
unique_name_in_owner = true
Expand Down

0 comments on commit 74aed6d

Please sign in to comment.