mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 09:39:48 +00:00
tooltip R90 R180 R270
i dont add txt to the Translations.pot bc not sure to understand and dont want to make mistake
This commit is contained in:
parent
c970e00982
commit
49a4da3b44
|
@ -60,18 +60,21 @@ layout_mode = 2
|
||||||
|
|
||||||
[node name="Rotate90" type="CheckBox" parent="Rotate" index="0"]
|
[node name="Rotate90" type="CheckBox" parent="Rotate" index="0"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
tooltip_text = "rotate the brush 90 degrees"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
button_group = SubResource("ButtonGroup_7u3x0")
|
button_group = SubResource("ButtonGroup_7u3x0")
|
||||||
text = "R 90"
|
text = "R 90"
|
||||||
|
|
||||||
[node name="Rotate180" type="CheckBox" parent="Rotate" index="1"]
|
[node name="Rotate180" type="CheckBox" parent="Rotate" index="1"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
tooltip_text = "rotate the brush 180 degrees"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
button_group = SubResource("ButtonGroup_7u3x0")
|
button_group = SubResource("ButtonGroup_7u3x0")
|
||||||
text = "R 180"
|
text = "R 180"
|
||||||
|
|
||||||
[node name="Rotate270" type="CheckBox" parent="Rotate" index="2"]
|
[node name="Rotate270" type="CheckBox" parent="Rotate" index="2"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
tooltip_text = "rotate the brush 270 degrees"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
button_group = SubResource("ButtonGroup_7u3x0")
|
button_group = SubResource("ButtonGroup_7u3x0")
|
||||||
text = "R 270"
|
text = "R 270"
|
||||||
|
|
Loading…
Reference in a new issue