Give the ability for some elements to go larger (#32)
* increase the maximum range of action bar size * expand the range of size for minimap * make it match the old values * match the old values
This commit is contained in:
committed by
GitHub
parent
053e28adb3
commit
e67c6e1bc0
@@ -907,7 +907,8 @@ local function BuildABConfig()
|
||||
type = "range",
|
||||
name = L["Button Size"],
|
||||
desc = L["The size of the action buttons."],
|
||||
min = 15, max = 60, step = 1,
|
||||
min = 15, softMax = 60, max = 150, step = 1,
|
||||
|
||||
disabled = function() return not E.db.actionbar["bar"..i].enabled end
|
||||
},
|
||||
buttonspacing = {
|
||||
@@ -1130,4 +1131,4 @@ E.Options.args.actionbar = {
|
||||
}
|
||||
}
|
||||
group = E.Options.args.actionbar.args
|
||||
BuildABConfig()
|
||||
BuildABConfig()
|
||||
|
||||
Reference in New Issue
Block a user