From 785d8cfc830f66a02d7c36248d7da24e2e840ee2 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:22:53 +0200 Subject: [PATCH] Hide the density slider by default So that it doesn't appear in the shape tools, where it has no effect. --- src/Tools/BaseDraw.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/BaseDraw.tscn b/src/Tools/BaseDraw.tscn index 456649af8..825eb7501 100644 --- a/src/Tools/BaseDraw.tscn +++ b/src/Tools/BaseDraw.tscn @@ -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