File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ElvUI/Mainline/Modules/Skins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ function S:Blizzard_PlayerSpells()
9696 S :HandleButton (TalentsFrame .InspectCopyButton )
9797
9898 TalentsFrame .ClassCurrencyDisplay .CurrencyLabel :FontTemplate (nil , 18 )
99- TalentsFrame .ClassCurrencyDisplay .CurrencyAmount :FontTemplate (nil , 26 )
99+ TalentsFrame .ClassCurrencyDisplay .CurrentAmountContainer . CurrencyAmount :FontTemplate (nil , 26 )
100100
101101 TalentsFrame .SpecCurrencyDisplay .CurrencyLabel :FontTemplate (nil , 18 )
102- TalentsFrame .SpecCurrencyDisplay .CurrencyAmount :FontTemplate (nil , 26 )
102+ TalentsFrame .SpecCurrencyDisplay .CurrentAmountContainer . CurrencyAmount :FontTemplate (nil , 26 )
103103
104104 S :HandleEditBox (TalentsFrame .SearchBox )
105105 TalentsFrame .SearchBox .backdrop :Point (' TOPLEFT' , - 4 , - 5 )
You can’t perform that action at this time.
0 commit comments