WoWInterface SVN pMinimap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 96 to Rev 97
    Reverse comparison

Rev 96 → Rev 97

trunk/pMinimap_Config/pMinimap_Config.lua
30,8 → 30,8
type = 'group', args = { mapheader = { - name = "Minimap options", - type = "header", + name = 'Minimap options', + type = 'header', order = 0, }, scale = { @@ -87,8 +87,8 @@
end }, mischeader = { - name = "Misc modules", - type = "header", + name = 'Misc modules', + type = 'header', order = 5, }, clock = { @@ -181,8 +181,8 @@
end }, bgheader = { - name = "Backdrop options", - type = "header", + name = 'Backdrop options', + type = 'header', order = 10, }, bgthick = { @@ -211,8 +211,8 @@
end }, zoneheader = { - name = "Zone options", - type = "header", + name = 'Zone options', + type = 'header', order = 13, }, zoneoffset = { @@ -263,8 +263,8 @@
end }, fontheader = { - name = "Font options", - type = "header", + name = 'Font options', + type = 'header', order = 17, }, font = { @@ -307,6 +307,23 @@
pMinimapDB.fontsize = value AddToFontStrings() end - } + }, + misc2header = { + name = 'Misc options', + type = 'header', + order = 21, + }, + coordDecimal = { + type = 'range', + order = 22, + name = 'Coords decimals', + min = 0, + max = 3, + step = 1, + get = function() return pMinimapDB.coordsDecimals end, + set = function(_, value) + pMinimapDB.coordsDecimals = value + end + }, } })
\ No newline at end of file