Skip to content

Commit

Permalink
fix details profile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils89 committed Mar 19, 2024
1 parent cdb6b50 commit e22e73f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.1.1-Era
Fix details profile

3.1.0-Era
Added Actionbutton masque skin
Portover chatframe changes
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG_NEW_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.1.1-Era
Fix details profile

3.1.0-Era
Added Actionbutton masque skin
Portover chatframe changes
Expand Down
3 changes: 3 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ local ct = {

GW.CHANGELOGS_TYPES = ct

addChange("3.1.1",{
{ct.bug,[=[Fix details profile]=]},
})

addChange("3.1.0",{
{ct.feature,[=[Added Actionbutton masque skin]=]},
Expand Down
6 changes: 3 additions & 3 deletions immersive/skins/addons/detailsProfile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local function LoadDetailsSkin()
details:InstallSkin("GW2 UI Default", {
file = "Interface/AddOns/GW2_UI/textures/addonSkins/details_skin",
author = "GW2 UI",
version = "1.0.1",
version = "1.0.2",
site = "unknown",
desc = "Skin to match the GW2 UI",

Expand All @@ -32,7 +32,7 @@ local function LoadDetailsSkin()
right_corner_anchor_bottom = {96, 0},

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

--overwrites
instance_cprops = {
Expand Down Expand Up @@ -182,7 +182,7 @@ local function LoadDetailsSkin()
right_corner_anchor_bottom = {96, 0},

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

--overwrites
instance_cprops = {
Expand Down

0 comments on commit e22e73f

Please sign in to comment.