Skip to content

Commit

Permalink
Update WoWPro.lua
Browse files Browse the repository at this point in the history
Make TitleText not overlap Options cog
  • Loading branch information
Spoony36 committed Apr 24, 2024
1 parent 72b4dc6 commit 799a774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WoWPro/WoWPro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,16 @@ local defaults = { profile = {
stickytexture = [[Interface\Tooltips\UI-Tooltip-Background]],
stickycolor = {0.8, 0.8, 0.8, 0.7},
stepfont = [[Fonts\FRIZQT__.TTF]],
steptextsize = 13,
steptextsize = 12,
steptextcolor = {1, 1, 1},
notefont = [[Fonts\FRIZQT__.TTF]],
notetextsize = 11,
notetextsize = 10,
notetextcolor = {1, 1, 0},
trackfont = [[Fonts\FRIZQT__.TTF]],
tracktextsize = 10,
tracktextcolor = {1, 1, 0},
titlefont = [[Fonts\FRIZQT__.TTF]],
titletextsize = 15,
titletextsize = 10,
titletextcolor = {1, 1, 1},
stickytitlefont = [[Fonts\FRIZQT__.TTF]],
stickytitletextsize = 13,
Expand Down

0 comments on commit 799a774

Please sign in to comment.