mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Hide pressure sensitivity settings
Due to complications and priority shifts, tablet pen pressure sensitivity will not be included in v0.6.2
This commit is contained in:
parent
4ea56363bf
commit
543e9d9008
4 changed files with 14 additions and 8 deletions
12
Main.tscn
12
Main.tscn
|
@ -457,17 +457,19 @@ align = 1
|
|||
|
||||
[node name="LeftIndicatorCheckbox" type="CheckBox" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||
margin_top = 19.0
|
||||
margin_right = 208.0
|
||||
margin_right = 119.0
|
||||
margin_bottom = 35.0
|
||||
hint_tooltip = "LEFT_INDIC_HT"
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
pressed = true
|
||||
text = "Left pixel indicator"
|
||||
|
||||
[node name="LeftToolIconCheckbox" type="CheckBox" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/LeftToolOptions"]
|
||||
margin_top = 39.0
|
||||
margin_right = 208.0
|
||||
margin_right = 100.0
|
||||
margin_bottom = 55.0
|
||||
size_flags_horizontal = 0
|
||||
pressed = true
|
||||
text = "Show tool icon"
|
||||
|
||||
|
@ -703,16 +705,18 @@ align = 1
|
|||
|
||||
[node name="RightIndicatorCheckbox" type="CheckBox" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions"]
|
||||
margin_top = 19.0
|
||||
margin_right = 208.0
|
||||
margin_right = 127.0
|
||||
margin_bottom = 35.0
|
||||
hint_tooltip = "RIGHT_INDIC_HT"
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 0
|
||||
text = "Right pixel indicator"
|
||||
|
||||
[node name="RightToolIconCheckbox" type="CheckBox" parent="MenuAndUI/UI/ToolPanel/Tools/ColorAndToolOptions/ScrollContainer/ToolOptions/RightToolOptions"]
|
||||
margin_top = 39.0
|
||||
margin_right = 208.0
|
||||
margin_right = 100.0
|
||||
margin_bottom = 55.0
|
||||
size_flags_horizontal = 0
|
||||
pressed = true
|
||||
text = "Show tool icon"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue