XiconProfile image update

This commit is contained in:
Sumsebrum 2021-05-20 01:23:55 +02:00
parent ffc5d32b80
commit 2c858e1c84
4 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -50,8 +50,8 @@ function XiconProfiles:GetOptions()
name = " ", name = " ",
desc = "Classic Profile", desc = "Classic Profile",
image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Classic1.blp", image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Classic1.blp",
imageWidth = 256, imageWidth = 350,
imageHeight = 128, imageHeight = 175,
width = "full", width = "full",
order = 3, order = 3,
}, },
@ -69,8 +69,8 @@ function XiconProfiles:GetOptions()
name = " ", name = " ",
desc = "Knall's Profile", desc = "Knall's Profile",
image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Knall1.blp", image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Knall1.blp",
imageWidth = 256, imageWidth = 350,
imageHeight = 128, imageHeight = 175,
width = "full", width = "full",
order = 5, order = 5,
}, },
@ -86,8 +86,8 @@ function XiconProfiles:GetOptions()
XiconProfiles:ApplyKlimp() XiconProfiles:ApplyKlimp()
end, end,
image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Klimp1.blp", image = "Interface\\AddOns\\Gladdy\\Images\\BasicProfiles\\Klimp1.blp",
imageWidth = 256, imageWidth = 350,
imageHeight = 128, imageHeight = 175,
name = " ", name = " ",
desc = "Klimp's Profile", desc = "Klimp's Profile",
width = "full", width = "full",