Skip to content

Commit

Permalink
fixes #191
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed May 30, 2024
1 parent 7afbbdf commit 886e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddOnSkins/Skins/AddOns/InstanceProfits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function R:InstanceProfits()
InstanceProfits_LiveDisplay_ButtonShare:SetHeight(16)
InstanceProfits_LiveDisplay_ButtonShare.Text:SetText("S")
InstanceProfits_LiveDisplay_ButtonShare.Text:SetTextColor(1, 1, 1, 1)
InstanceProfits_LiveDisplay_ButtonShare.Text:SetJustifyV("CENTER");
InstanceProfits_LiveDisplay_ButtonShare.Text:SetJustifyH("CENTER");
InstanceProfits_LiveDisplay_ButtonShare.Text:SetJustifyV("MIDDLE");
S:HandleButton(InstanceProfits_LiveDisplay_ButtonShare)


Expand Down

0 comments on commit 886e81f

Please sign in to comment.