Skip to content

Commit

Permalink
Control + wheel works on the line tool's thickness now
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Feb 9, 2024
1 parent b75573d commit 3935bfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Tools/DesignTools/LineTool.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ script = ExtResource("2")

[node name="ThicknessSlider" parent="." index="2" instance=ExtResource("3")]
layout_mode = 2
focus_mode = 2
theme_type_variation = &"ValueSlider"
min_value = 1.0
value = 1.0
prefix = "Size:"
suffix = "px"
is_global = true
global_increment_action = "brush_size_increment"
global_decrement_action = "brush_size_decrement"

[node name="Brush" parent="." index="3"]
visible = false
Expand Down

0 comments on commit 3935bfd

Please sign in to comment.