Mercurial > wow > askmrrobot
diff Loot.lua @ 61:cf2b6b9a8337 v23
6.2 update, shopping list bug fixes, ui scale option
author | yellowfive |
---|---|
date | Tue, 23 Jun 2015 00:27:21 -0700 |
parents | 01b63b8ed811 |
children |
line wrap: on
line diff
--- a/Loot.lua Sun Jun 07 15:20:25 2015 -0700 +++ b/Loot.lua Tue Jun 23 00:27:21 2015 -0700 @@ -956,6 +956,11 @@ _frameLoot:SetBorderColor(Amr.Colors.BorderBlue) _frameLoot:SetBackgroundColor(Amr.Colors.Bg) + if Amr.db.profile.options.uiScale ~= 1 then + local scale = tonumber(Amr.db.profile.options.uiScale) + _frameLoot:SetScale(scale) + end + local lbl = AceGUI:Create("AmrUiLabel") lbl:SetWidth(600) lbl:SetFont(Amr.CreateFont("Bold", 28, Amr.Colors.White))