View Single Post
01-08-18, 09:23 AM   #1
Syiana
A Murloc Raider
 
Syiana's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 7
Replace Shop Button with Friendlist Button

Hey i want to replace the shop button with the friendlist button from the chatwindow
https://i.imgur.com/pflUkaO.png
but when i setpoint it to the mainbar the texture from the friendlist button is under the mainbar texture like this
https://i.imgur.com/4a1tYtF.png

Code:
StoreMicroButton:Hide()
QuickJoinToastButton:ClearAllPoints()
QuickJoinToastButton:SetPoint('CENTER', MainMenuBarArtFrame, 'CENTER', 280, 25)

any help pls?
  Reply With Quote