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
Merathilis
ElvUI_MerathilisUI
Commits
785b6516
Commit
785b6516
authored
Sep 13, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Style Panels.
parent
bdfa1c45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
ElvUI_MerathilisUI/layout/layout.lua
ElvUI_MerathilisUI/layout/layout.lua
+20
-2
ElvUI_MerathilisUI/settings/profile.lua
ElvUI_MerathilisUI/settings/profile.lua
+2
-2
No files found.
ElvUI_MerathilisUI/layout/layout.lua
View file @
785b6516
...
...
@@ -369,7 +369,7 @@ function MERL:CreateStylePanels()
MER
:
CreateGradientFrame
(
TopLeftStylePanel
,
_G
.
LeftChatPanel
:
GetWidth
(),
28
,
"Horizontal"
,
0
,
0
,
0
,
.
5
,
0
)
local
TopLeftStylePanel1
=
CreateFrame
(
"Frame"
,
nil
,
TopLeftStylePanel
)
TopLeftStylePanel1
:
SetPoint
(
"
BOT
TO
M
"
,
TopLeftStylePanel
,
"TO
P
"
)
TopLeftStylePanel1
:
SetPoint
(
"TO
P
"
,
TopLeftStylePanel
,
"
BOT
TO
M
"
)
MER
:
CreateGradientFrame
(
TopLeftStylePanel1
,
_G
.
LeftChatPanel
:
GetWidth
(),
E
.
mult
,
"Horizontal"
,
r
,
g
,
b
,
.
7
,
0
)
-- Style for the BuffFrame
...
...
@@ -378,8 +378,26 @@ function MERL:CreateStylePanels()
MER
:
CreateGradientFrame
(
TopRightStylePanel
,
_G
.
LeftChatPanel
:
GetWidth
(),
36
,
"Horizontal"
,
0
,
0
,
0
,
0
,
.
5
)
local
TopRightStylePanel1
=
CreateFrame
(
"Frame"
,
nil
,
TopRightStylePanel
)
TopRightStylePanel1
:
SetPoint
(
"
BOT
TO
M
"
,
TopRightStylePanel
,
"TO
P
"
)
TopRightStylePanel1
:
SetPoint
(
"TO
P
"
,
TopRightStylePanel
,
"
BOT
TO
M
"
)
MER
:
CreateGradientFrame
(
TopRightStylePanel1
,
_G
.
LeftChatPanel
:
GetWidth
(),
E
.
mult
,
"Horizontal"
,
r
,
g
,
b
,
.
7
,
0
)
-- Style under the left chat.
local
BottomLeftStylePanel
=
CreateFrame
(
"Frame"
,
nil
,
E
.
UIParent
)
BottomLeftStylePanel
:
SetPoint
(
"BOTTOMLEFT"
,
E
.
UIParent
,
"BOTTOMLEFT"
,
10
,
16
)
MER
:
CreateGradientFrame
(
BottomLeftStylePanel
,
_G
.
LeftChatPanel
:
GetWidth
(),
28
,
"Horizontal"
,
0
,
0
,
0
,
.
5
,
0
)
local
BottomLeftStylePanel1
=
CreateFrame
(
"Frame"
,
nil
,
BottomLeftStylePanel
)
BottomLeftStylePanel1
:
SetPoint
(
"BOTTOM"
,
BottomLeftStylePanel
,
"TOP"
)
MER
:
CreateGradientFrame
(
BottomLeftStylePanel1
,
_G
.
LeftChatPanel
:
GetWidth
(),
E
.
mult
,
"Horizontal"
,
r
,
g
,
b
,
.
7
,
0
)
-- Style under the right chat.
local
BottomRightStylePanel
=
CreateFrame
(
"Frame"
,
nil
,
E
.
UIParent
)
BottomRightStylePanel
:
SetPoint
(
"BOTTOMRIGHT"
,
E
.
UIParent
,
"BOTTOMRIGHT"
,
-
10
,
16
)
MER
:
CreateGradientFrame
(
BottomRightStylePanel
,
_G
.
LeftChatPanel
:
GetWidth
(),
28
,
"Horizontal"
,
0
,
0
,
0
,
0
,
.
5
)
local
BottomRightStylePanel1
=
CreateFrame
(
"Frame"
,
nil
,
BottomRightStylePanel
)
BottomRightStylePanel1
:
SetPoint
(
"BOTTOM"
,
BottomRightStylePanel
,
"TOP"
)
MER
:
CreateGradientFrame
(
BottomRightStylePanel1
,
_G
.
LeftChatPanel
:
GetWidth
(),
E
.
mult
,
"Horizontal"
,
r
,
g
,
b
,
.
7
,
0
)
end
function
MERL
:
regEvents
()
...
...
ElvUI_MerathilisUI/settings/profile.lua
View file @
785b6516
...
...
@@ -125,12 +125,12 @@ MP.actionbars = {
specBar
=
{
enable
=
true
,
mouseover
=
false
,
size
=
2
4
,
size
=
2
0
,
},
equipBar
=
{
enable
=
true
,
mouseover
=
false
,
size
=
3
2
,
size
=
2
8
,
},
autoButtons
=
{
enable
=
true
,
...
...
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