The active axis buttons in mdr ed's sidebar have their text written in uppercase now, to be inline with the rest of the buttons.

This commit is contained in:
Relintai 2022-01-23 01:27:10 +01:00
parent 5c9841c480
commit 1773be1b9b

View File

@ -138,7 +138,7 @@ rect_min_size = Vector2( 25, 20 )
size_flags_horizontal = 3
toggle_mode = true
pressed = true
text = "x"
text = "X"
[node name="AxisY" type="Button" parent="VBoxContainer/Actions/Actions/VBoxContainer2/HBoxContainer2"]
margin_left = 29.0
@ -148,7 +148,7 @@ rect_min_size = Vector2( 25, 20 )
size_flags_horizontal = 3
toggle_mode = true
pressed = true
text = "y"
text = "Y"
[node name="AxisZ" type="Button" parent="VBoxContainer/Actions/Actions/VBoxContainer2/HBoxContainer2"]
margin_left = 58.0
@ -158,7 +158,7 @@ rect_min_size = Vector2( 25, 20 )
size_flags_horizontal = 3
toggle_mode = true
pressed = true
text = "z"
text = "Z"
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/Actions/Actions/VBoxContainer2"]
margin_top = 48.0