Skip to content

Commit

Permalink
set default font flags to "THICK"
Browse files Browse the repository at this point in the history
this has to be done because after fixing title bar and bars text outline/shadow, default settings have font flags set to none making the outline invisible. Setting it to "THICK" by default makes those texts as displayed before the fix.
  • Loading branch information
bkader committed Mar 19, 2024
1 parent e3fb51c commit 764da7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Skada/Core/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Skada.windowdefaults = {
barspacing = 0,
bartexture = "BantoBar",
barfont = "Accidental Presidency",
barfontflags = "",
barfontflags = "THICK",
barfontsize = 13,
numfont = "Accidental Presidency",
numfontflags = "",
numfontflags = "THICK",
numfontsize = 13,
barheight = 18,
barwidth = 240,
Expand All @@ -43,7 +43,7 @@ Skada.windowdefaults = {
height = 20,
font = "Accidental Presidency",
fontsize = 13,
fontflags = "",
fontflags = "THICK",
color = {r = 0.15, g = 0.15, b = 0.15, a = 1},
texture = "Armory",
textcolor = {r = 0.9, g = 0.9, b = 0.9, a = 1},
Expand Down
2 changes: 1 addition & 1 deletion Skada/Skada.toc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## DefaultState: enabled
## Author: Kader (|cff808080bkader#5341|r)
## Version: 1.8.86
## X-Date: 2024-03-19 @ 02:57 |cff808080UTC|r
## X-Date: 2024-03-19 @ 23:10 |cff808080UTC|r
## X-Credits: Zarnivoop
## X-Curse-Project-ID: 623633
## X-Category: Combat
Expand Down

0 comments on commit 764da7a

Please sign in to comment.