Skip to content

Commit

Permalink
Merge pull request #694 from Flamanis/fix-wow-interface-skin
Browse files Browse the repository at this point in the history
Fix WoW Interface skin attribute icon size
  • Loading branch information
Tercioo authored Mar 13, 2024
2 parents b6280c1 + cdabcc2 commit 6385844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ local addonName, Details222 = ...
right_corner_anchor_bottom = {96, 0},

attribute_icon_anchor = {34, -6},
attribute_icon_size = {24, 24},
attribute_icon_size = 24,

micro_frames = {left = "DETAILS_STATUSBAR_PLUGIN_THREAT"},

Expand Down

0 comments on commit 6385844

Please sign in to comment.