mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Add a tooltip of the "Share options between the left and the right tools" preference
This commit is contained in:
parent
4dc55e538e
commit
263e19f17a
|
@ -902,6 +902,11 @@ msgstr ""
|
||||||
msgid "Share options between the left and the right tools"
|
msgid "Share options between the left and the right tools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. Found in the preferences, under the Tools category. Tooltip of the "Share options between the left and the right tools" preference.
|
||||||
|
msgid "If this is enabled, options will be synced between the left and the right tool.\n"
|
||||||
|
"For example, both tools will share the same brush size, and changing it on one tool will instantly change on the other."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Left tool color:"
|
msgid "Left tool color:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -866,11 +866,16 @@ columns = 3
|
||||||
[node name="ShareOptionsLabel" type="Label" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Tools/ToolOptions"]
|
[node name="ShareOptionsLabel" type="Label" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Tools/ToolOptions"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
tooltip_text = "If this is enabled, options will be synced between the left and the right tool.
|
||||||
|
For example, both tools will share the same brush size, and changing it on one tool will instantly change on the other."
|
||||||
|
mouse_filter = 1
|
||||||
text = "Share options between the left and the right tools"
|
text = "Share options between the left and the right tools"
|
||||||
|
|
||||||
[node name="ShareOptionsCheckBox" type="CheckBox" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Tools/ToolOptions"]
|
[node name="ShareOptionsCheckBox" type="CheckBox" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Tools/ToolOptions"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
tooltip_text = "If this is enabled, options will be synced between the left and the right tool.
|
||||||
|
For example, both tools will share the same brush size, and changing it on one tool will instantly change on the other."
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "On"
|
text = "On"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue