Skip to content

Commit

Permalink
Font: Allow larger font size to support those with vision issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed May 20, 2020
1 parent 514ece4 commit f4b17ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Font.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ end
get = "GetSubValue",
set = "SetSubValue",
min = 4,
max = 40,
max = 100,
step = 1,
hidden = function(info) return Prat.FrameList[info[#info]] == nil end,
}
Expand Down

0 comments on commit f4b17ec

Please sign in to comment.