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
9c929642
Commit
9c929642
authored
Feb 22, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ScrollBar in EncounterJournal.
parent
87b63c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ElvUI/Modules/skins/blizzard/encounterjournal.lua
ElvUI/Modules/skins/blizzard/encounterjournal.lua
+3
-2
No files found.
ElvUI/Modules/skins/blizzard/encounterjournal.lua
View file @
9c929642
...
...
@@ -147,6 +147,7 @@ local function LoadSkin()
S
:
HandleScrollBar
(
EncounterInfo
.
bossesScroll
.
ScrollBar
,
6
)
S
:
HandleScrollBar
(
_G
.
EncounterJournalEncounterFrameInstanceFrameLoreScrollFrameScrollBar
)
_G
.
EncounterJournalEncounterFrameInstanceFrameBG
:
SetScale
(
0
.
85
)
_G
.
EncounterJournalEncounterFrameInstanceFrameBG
:
ClearAllPoints
()
_G
.
EncounterJournalEncounterFrameInstanceFrameBG
:
SetPoint
(
"CENTER"
,
0
,
40
)
...
...
@@ -177,11 +178,11 @@ local function LoadSkin()
for
i
=
1
,
#
tabs
do
--not beautiful but eh
tabs
[
i
]:
ClearAllPoints
()
end
end
for
i
=
1
,
#
tabs
do
local
tab
=
tabs
[
i
]
if
i
==
4
then
tab
:
SetPoint
(
'TOPRIGHT'
,
_G
.
EncounterJournal
,
'BOTTOMRIGHT'
,
-
10
,
E
.
PixelMode
and
0
or
2
)
else
...
...
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