Skip to content

Commit

Permalink
Hide the density slider by default
Browse files Browse the repository at this point in the history
So that it doesn't appear in the shape tools, where it has no effect.
  • Loading branch information
OverloadedOrama committed Nov 14, 2024
1 parent 4c7d7da commit 785d8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/BaseDraw.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ global_increment_action = "brush_size_increment"
global_decrement_action = "brush_size_decrement"

[node name="DensityValueSlider" type="TextureProgressBar" parent="." index="4"]
visible = false
custom_minimum_size = Vector2(0, 24)
layout_mode = 2
focus_mode = 2
Expand Down

0 comments on commit 785d8cf

Please sign in to comment.