- increased maximum horizontal text offsets for all bars

- added 'force justify text' options to the player cast bar like most other bars already had
This commit is contained in:
Parnic
2009-07-08 02:57:43 +00:00
parent 50dcfb6a8c
commit 7fc7a37e56
2 changed files with 21 additions and 4 deletions

View File

@ -503,8 +503,8 @@ end
type = 'range',
name = '|c' .. self.configColor .. 'Text Horizontal Offset|r',
desc = 'Offset of the text from the bar horizontally',
min = -150,
max = 150,
min = -350,
max = 350,
step = 1,
get = function()
return self.moduleSettings.textHorizontalOffset