mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Merge pull request #155 from YeldhamDev/label_hint_mouse_pass
Make labels with tooltips have their mouse filtering set to "pass"
This commit is contained in:
commit
817fd1a932
1 changed files with 2 additions and 0 deletions
|
@ -547,6 +547,7 @@ margin_bottom = 151.0
|
|||
margin_right = 208.0
|
||||
margin_bottom = 15.0
|
||||
hint_tooltip = "COLORFROM_HT"
|
||||
mouse_filter = 1
|
||||
text = "Brush color from"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions/LeftColorInterpolation"]
|
||||
|
@ -794,6 +795,7 @@ margin_bottom = 151.0
|
|||
margin_right = 208.0
|
||||
margin_bottom = 15.0
|
||||
hint_tooltip = "COLORFROM_HT"
|
||||
mouse_filter = 1
|
||||
text = "Brush color from"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions/RightColorInterpolation"]
|
||||
|
|
Loading…
Add table
Reference in a new issue