From 54bb8dc66ab83ac3360187ce7db9054aecad694d Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Wed, 10 May 2023 09:27:06 +0200 Subject: gradient blocks: allow 2 decimals --- templates/gradient_blocks.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/gradient_blocks.xml b/templates/gradient_blocks.xml index 7129f2bd..d5618704 100644 --- a/templates/gradient_blocks.xml +++ b/templates/gradient_blocks.xml @@ -16,7 +16,8 @@ gui-description="Set to zero to use twice the row spacing value" type="float" min="0" max="100" - indents="1">0.5 + precision="2" + indents="1">0 -- cgit v1.3.1