From b252346768ff96ba34bf640136b6df093083ea22 Mon Sep 17 00:00:00 2001 From: Dennis-Florian Herr Date: Tue, 27 Jul 2021 00:29:48 +0200 Subject: [PATCH] make frame scale adjustable by 1 percent steps --- Options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Options.lua b/Options.lua index 8fd249c..e9c82a2 100644 --- a/Options.lua +++ b/Options.lua @@ -270,7 +270,7 @@ function Gladdy:SetupOptions() order = 4, min = .1, max = 2, - step = .1, + step = 0.01, }, padding = { type = "range", @@ -876,4 +876,4 @@ function Gladdy:GetAuras(auraType) spells.warlock.args = assignForClass("WARLOCK") spells.warrior.args = assignForClass("WARRIOR") return spells, defaultDebuffs -end \ No newline at end of file +end -- 2.39.5