From 360aa250c4afb04aef3d43eb41d9f23fcb9090cc Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:21:28 +0200 Subject: [PATCH] Hide the horizontal alignment option from the text tool It's not doing anything at the moment and I am unsure why. We could expose it again if we figure it out. --- src/Tools/UtilityTools/Text.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tools/UtilityTools/Text.tscn b/src/Tools/UtilityTools/Text.tscn index 7899dbe77..33da4afee 100644 --- a/src/Tools/UtilityTools/Text.tscn +++ b/src/Tools/UtilityTools/Text.tscn @@ -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