Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ElvUI Project
ElvUI
Commits
f95ec957
Commit
f95ec957
authored
Feb 22, 2019
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PvP / Spellbook / EditBox Level
parent
338f8eab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
ElvUI/Modules/skins/blizzard/pvp.lua
ElvUI/Modules/skins/blizzard/pvp.lua
+1
-1
ElvUI/Modules/skins/blizzard/spellbook.lua
ElvUI/Modules/skins/blizzard/spellbook.lua
+5
-3
ElvUI/Modules/skins/skins.lua
ElvUI/Modules/skins/skins.lua
+1
-0
No files found.
ElvUI/Modules/skins/blizzard/pvp.lua
View file @
f95ec957
...
...
@@ -48,7 +48,7 @@ local function LoadSkin()
S
:
HandleScrollBar
(
_G
.
HonorFrameSpecificFrameScrollBar
)
S
:
HandleButton
(
_G
.
HonorFrameQueueButton
,
true
)
S
:
HandleDropDownBox
(
_G
.
HonorFrameTypeDropDown
,
180
)
S
:
HandleDropDownBox
(
_G
.
HonorFrameTypeDropDown
)
local
BonusFrame
=
HonorFrame
.
BonusFrame
BonusFrame
:
StripTextures
()
...
...
ElvUI/Modules/skins/blizzard/spellbook.lua
View file @
f95ec957
...
...
@@ -118,7 +118,7 @@ local function LoadSkin()
local
Tab
=
_G
[
"SpellBookSkillLineTab"
..
i
]
Tab
:
StripTextures
()
Tab
:
SetTemplate
()
Tab
:
StyleButton
()
Tab
:
StyleButton
(
nil
,
true
)
end
hooksecurefunc
(
"SpellBookFrame_UpdateSkillLineTabs"
,
function
()
...
...
@@ -127,8 +127,10 @@ local function LoadSkin()
if
Tab
:
GetNormalTexture
()
then
S
:
HandleIcon
(
Tab
:
GetNormalTexture
())
Tab
:
GetNormalTexture
():
SetInside
()
Tab
:
SetPushedTexture
(
Tab
:
GetNormalTexture
())
Tab
:
GetPushedTexture
():
SetDesaturated
(
true
)
end
if
Tab
:
GetPushedTexture
()
then
S
:
HandleIcon
(
Tab
:
GetPushedTexture
())
Tab
:
GetPushedTexture
():
SetInside
()
end
end
end
)
...
...
ElvUI/Modules/skins/skins.lua
View file @
f95ec957
...
...
@@ -419,6 +419,7 @@ function S:HandleEditBox(frame)
end
frame
:
CreateBackdrop
()
frame
.
backdrop
:
SetFrameLevel
(
frame
:
GetFrameLevel
())
if
EditBoxName
then
if
strfind
(
EditBoxName
,
"Silver"
)
or
strfind
(
EditBoxName
,
"Copper"
)
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment