Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ElvUI
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
107
Issues
107
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ElvUI
ElvUI
Commits
4485bbab
Verified
Commit
4485bbab
authored
Mar 12, 2019
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use NONE style for this popup button font
parent
027bf2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI/Core/StaticPopups.lua
ElvUI/Core/StaticPopups.lua
+1
-1
No files found.
ElvUI/Core/StaticPopups.lua
View file @
4485bbab
...
...
@@ -1314,7 +1314,7 @@ function E:StaticPopup_CreateSecureButton(popup, button, text, macro)
local
t
=
btn
:
CreateFontString
(
nil
,
'OVERLAY'
,
btn
)
t
:
Point
(
'CENTER'
,
0
,
1
)
t
:
FontTemplate
()
t
:
FontTemplate
(
nil
,
nil
,
'NONE'
)
t
:
SetJustifyH
(
'CENTER'
)
t
:
SetText
(
text
)
btn
.
text
=
t
...
...
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