may be fix typo

This commit is contained in:
Bunny67
2022-01-01 10:26:37 +03:00
parent 3f1b4a58e4
commit eb0e557f19
@@ -1339,7 +1339,7 @@ local function FeedOptions(appName, options,container,rootframe,path,group,inlin
elseif width == "half" then
check:SetWidth(width_multiplier / 2)
elseif (type(width) == "number") then
control:SetWidth(width_multiplier * width)
check:SetWidth(width_multiplier * width)
elseif width == "full" then
check.width = "fill"
else