Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Shadow & Light
Shadow and Light
Commits
983822bb
Verified
Commit
983822bb
authored
Dec 28, 2020
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Darth nor I use the -4 for buttonspacing on actionbars... byebye
parent
61a96d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ElvUI_SLE/modules/elvConfig.lua
ElvUI_SLE/modules/elvConfig.lua
+0
-10
No files found.
ElvUI_SLE/modules/elvConfig.lua
View file @
983822bb
local
SLE
,
T
,
E
,
L
,
V
,
P
,
G
=
unpack
(
select
(
2
,
...
))
local
EC
=
SLE
:
NewModule
(
'ElvConfig'
,
'AceEvent-3.0'
)
function
EC
:
UpdateActionbars
()
-- Change Actionbars min button spacing
for
i
=
1
,
10
do
E
.
Options
.
args
.
actionbar
.
args
.
playerBars
.
args
[
'bar'
..
i
].
args
.
buttonGroup
.
args
.
buttonSpacing
.
min
=
-
4
end
E
.
Options
.
args
.
actionbar
.
args
.
barPet
.
args
.
buttonGroup
.
args
.
buttonSpacing
.
min
=
-
4
E
.
Options
.
args
.
actionbar
.
args
.
stanceBar
.
args
.
buttonGroup
.
args
.
buttonSpacing
.
min
=
-
4
end
function
EC
:
UpdateUnitframes
()
-- Change Group frames min spacing
E
.
Options
.
args
.
unitframe
.
args
.
groupUnits
.
args
.
boss
.
args
.
generalGroup
.
args
.
positionsGroup
.
args
.
spacing
.
min
=
-
4
...
...
@@ -41,7 +32,6 @@ end
function
EC
:
ADDON_LOADED
(
event
,
addon
)
if
addon
~=
'ElvUI_OptionsUI'
then
return
end
EC
:
UnregisterEvent
(
event
)
EC
:
UpdateActionbars
()
EC
:
UpdateUnitframes
()
end
...
...
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