From fe757b33933d5b2ca801a48a2f07981e0349a4b7 Mon Sep 17 00:00:00 2001 From: OverloadedOrama Date: Sun, 23 Aug 2020 18:14:30 +0300 Subject: [PATCH] Change the max value of the brush size slider to 25 The spinbox can still go up to 100px size. --- src/Tools/Draw.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/Draw.tscn b/src/Tools/Draw.tscn index 060e3e911..65fe71eab 100644 --- a/src/Tools/Draw.tscn +++ b/src/Tools/Draw.tscn @@ -53,6 +53,7 @@ mouse_default_cursor_shape = 2 size_flags_horizontal = 4 size_flags_vertical = 1 min_value = 1.0 +max_value = 25.0 value = 1.0 allow_greater = true ticks_on_borders = true