From e22e73f50dcffb9050d140377e34db853a22eab4 Mon Sep 17 00:00:00 2001 From: Nils89 Date: Tue, 19 Mar 2024 08:27:24 +0100 Subject: [PATCH] fix details profile error --- CHANGELOG.txt | 3 +++ CHANGELOG_NEW_VERSION.txt | 3 +++ changelog.lua | 3 +++ immersive/skins/addons/detailsProfile.lua | 6 +++--- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 70dd25ea0..ba51bb9e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +3.1.1-Era + Fix details profile + 3.1.0-Era Added Actionbutton masque skin Portover chatframe changes diff --git a/CHANGELOG_NEW_VERSION.txt b/CHANGELOG_NEW_VERSION.txt index cdf339f2d..a66e70685 100644 --- a/CHANGELOG_NEW_VERSION.txt +++ b/CHANGELOG_NEW_VERSION.txt @@ -1,3 +1,6 @@ +3.1.1-Era + Fix details profile + 3.1.0-Era Added Actionbutton masque skin Portover chatframe changes diff --git a/changelog.lua b/changelog.lua index b7788704a..3d4d1884a 100755 --- a/changelog.lua +++ b/changelog.lua @@ -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]=]}, diff --git a/immersive/skins/addons/detailsProfile.lua b/immersive/skins/addons/detailsProfile.lua index f5b9c11c4..cdf9fe49e 100644 --- a/immersive/skins/addons/detailsProfile.lua +++ b/immersive/skins/addons/detailsProfile.lua @@ -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", @@ -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 = { @@ -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 = {