mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
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.
This commit is contained in:
parent
80e93629d1
commit
360aa250c4
|
@ -101,11 +101,13 @@ popup/item_3/text = "Bold Italic"
|
||||||
popup/item_3/id = 3
|
popup/item_3/id = 3
|
||||||
|
|
||||||
[node name="HorizontalAlignmentLabel" type="Label" parent="GridContainer" index="4"]
|
[node name="HorizontalAlignmentLabel" type="Label" parent="GridContainer" index="4"]
|
||||||
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
text = "Horizontal alignment:"
|
text = "Horizontal alignment:"
|
||||||
|
|
||||||
[node name="HorizontalAlignmentOptionButton" type="OptionButton" parent="GridContainer" index="5"]
|
[node name="HorizontalAlignmentOptionButton" type="OptionButton" parent="GridContainer" index="5"]
|
||||||
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
selected = 0
|
selected = 0
|
||||||
item_count = 4
|
item_count = 4
|
||||||
|
|
Loading…
Reference in a new issue