1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 20:43:14 +00:00

Hide the density slider by default

So that it doesn't appear in the shape tools, where it has no effect.
This commit is contained in:
Emmanouil Papadeas 2024-11-14 16:22:53 +02:00
parent 4c7d7da5e7
commit 785d8cfc83

View file

@ -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