mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Remove unused pressure sensitivity options in the preferences
This commit is contained in:
parent
53dea9c8d0
commit
a66a0d4954
|
@ -13,11 +13,6 @@ var preferences := [
|
|||
Preference.new(
|
||||
"tool_button_size", "Interface/ButtonOptions/ToolButtonSizeOptionButton", "selected"
|
||||
),
|
||||
Preference.new(
|
||||
"pressure_sensitivity_mode",
|
||||
"Startup/PressureSentivity/PressureSensitivityOptionButton",
|
||||
"selected"
|
||||
),
|
||||
Preference.new(
|
||||
"show_left_tool_icon", "Cursors/CursorsContainer/LeftToolIconCheckbox", "pressed"
|
||||
),
|
||||
|
|
|
@ -114,26 +114,6 @@ margin_bottom = 52.0
|
|||
mouse_default_cursor_shape = 2
|
||||
text = "On"
|
||||
|
||||
[node name="PressureSentivity" type="HBoxContainer" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Startup"]
|
||||
visible = false
|
||||
margin_top = 28.0
|
||||
margin_right = 498.0
|
||||
margin_bottom = 48.0
|
||||
|
||||
[node name="PressureSensitivityLabel" type="Label" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Startup/PressureSentivity"]
|
||||
margin_top = 3.0
|
||||
margin_right = 173.0
|
||||
margin_bottom = 17.0
|
||||
text = "Tablet pressure sensitivity:"
|
||||
|
||||
[node name="PressureSensitivityOptionButton" type="OptionButton" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide/Startup/PressureSentivity"]
|
||||
margin_left = 177.0
|
||||
margin_right = 334.0
|
||||
margin_bottom = 20.0
|
||||
text = "Affect Brush's Alpha"
|
||||
items = [ "None", null, false, 0, null, "Affect Brush's Alpha", null, false, 1, null ]
|
||||
selected = 1
|
||||
|
||||
[node name="Language" type="VBoxContainer" parent="HSplitContainer/VBoxContainer/ScrollContainer/RightSide"]
|
||||
visible = false
|
||||
margin_top = 184.0
|
||||
|
|
Loading…
Reference in a new issue