FONT_SIZE

This commit is contained in:
Crum
2018-06-21 15:50:45 -05:00
parent 0b1d22b868
commit f0d22378c5
16 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ E.Options.args.maps = {
locationFontSize = {
order = 3,
type = "range",
name = L["Font Size"],
name = FONT_SIZE,
min = 6, max = 36, step = 1,
set = function(info, value) E.db.general.minimap.locationFontSize = value; MM:Update_ZoneText(); end,
disabled = function() return not E.private.general.minimap.enable end,