Skip to content

Commit

Permalink
Hide the horizontal alignment option from the text tool
Browse files Browse the repository at this point in the history
It's not doing anything at the moment and I am unsure why. We could expose it again if we figure it out.
  • Loading branch information
OverloadedOrama committed Dec 18, 2024
1 parent 80e9362 commit 360aa25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tools/UtilityTools/Text.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@ popup/item_3/text = "Bold Italic"
popup/item_3/id = 3

[node name="HorizontalAlignmentLabel" type="Label" parent="GridContainer" index="4"]
visible = false
layout_mode = 2
size_flags_horizontal = 3
text = "Horizontal alignment:"

[node name="HorizontalAlignmentOptionButton" type="OptionButton" parent="GridContainer" index="5"]
visible = false
layout_mode = 2
selected = 0
item_count = 4
Expand Down

0 comments on commit 360aa25

Please sign in to comment.