Skip to content

Commit

Permalink
Merge pull request #790 from AntlerForce/master
Browse files Browse the repository at this point in the history
Try outlines on font 1 again
  • Loading branch information
AntlerForce authored Oct 30, 2024
2 parents 96ad19b + cdd9916 commit 11fe6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LuaMenu/widgets/api_user_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1424,10 +1424,10 @@ local function GetUserControls(userName, opts)
userControls.lblHandicap = Label:New{
name = "lblHandicap",
x = offset,
y = offsetY + 2,
y = offsetY,
parent = userControls.mainControl,
caption = handicaptxt,
objectOverrideFont = Configuration:GetFont(1),
objectOverrideFont = Configuration:GetFont(8),
tooltip = "Handicap",
}
end
Expand Down
2 changes: 1 addition & 1 deletion LuaMenu/widgets/chobby/components/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Configuration:init()
self.fontName = "fonts/Poppins-Regular.otf"
self.fontRaw = {
[0] = {font = "fonts/Poppins-Medium.otf", size = 17, outline = false, shadow = true},
[1] = {size = 15, outline = false, shadow = false},
[1] = {size = 15, outline = true, shadow = false},
[2] = {size = 17, outline = false, shadow = true},
[3] = {size = 20, outline = false, shadow = true},
[4] = {size = 24, outline = true, shadow = false},
Expand Down

0 comments on commit 11fe6b3

Please sign in to comment.