From 2c5ea0c96bba6fe277edc0c8d1b40902d8a858ef Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 9 Oct 2016 23:34:55 -0500 Subject: [PATCH] Extended scale range to 0.2-2.0 by request --- IceHUD_Options/Options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IceHUD_Options/Options.lua b/IceHUD_Options/Options.lua index 243e7e3..265de9b 100644 --- a/IceHUD_Options/Options.lua +++ b/IceHUD_Options/Options.lua @@ -152,8 +152,8 @@ Blizzard added a "Personal Resource Display" feature in the 7.0 game client. You set = function(info, v) IceHUD.IceCore:SetScale(v) end, - min = 0.5, - max = 1.5, + min = 0.2, + max = 2.0, step = 0.05, isPercent = true, order = 14,