mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 13:03:13 +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:
parent
4c7d7da5e7
commit
785d8cfc83
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ global_increment_action = "brush_size_increment"
|
||||||
global_decrement_action = "brush_size_decrement"
|
global_decrement_action = "brush_size_decrement"
|
||||||
|
|
||||||
[node name="DensityValueSlider" type="TextureProgressBar" parent="." index="4"]
|
[node name="DensityValueSlider" type="TextureProgressBar" parent="." index="4"]
|
||||||
|
visible = false
|
||||||
custom_minimum_size = Vector2(0, 24)
|
custom_minimum_size = Vector2(0, 24)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue