Skip to content

Commit

Permalink
Plugins/Nameplates: Change default icon position to 0, 0 instead of s…
Browse files Browse the repository at this point in the history
…lightly offset
  • Loading branch information
Justw8 committed Aug 30, 2024
1 parent d8ed6ec commit 71a732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local iconDefaults = {
iconWidth = 15,
iconHeight = 15,
iconOffsetX = 0,
iconOffsetY = -4,
iconOffsetY = 0,
iconCooldownNumbers = true,
iconFontName = "Noto Sans Regular", -- Only dealing with numbers so we can use this on all locales
iconFontSize = 7,
Expand Down

0 comments on commit 71a732c

Please sign in to comment.