comparison SkeletonKey/UI.lua @ 12:8f8917d111c9

- spec tab texture
author Nenue
date Thu, 28 Jul 2016 17:45:17 -0400
parents f9c18c0a6377
children eeec4a600064
comparison
equal deleted inserted replaced
11:f9c18c0a6377 12:8f8917d111c9
579 border:SetPoint('TOPLEFT', tab, 'TOPLEFT', left, top) 579 border:SetPoint('TOPLEFT', tab, 'TOPLEFT', left, top)
580 border:SetPoint('BOTTOMRIGHT', tab, 'BOTTOMRIGHT', right, bottom) 580 border:SetPoint('BOTTOMRIGHT', tab, 'BOTTOMRIGHT', right, bottom)
581 end 581 end
582 582
583 KeyBinderSpecTab.icon:SetTexture(kb.specInfo.texture) 583 KeyBinderSpecTab.icon:SetTexture(kb.specInfo.texture)
584 SetPortraitTexture(KeyBinderCharacterTab.icon, 'player')
584 585
585 kb.profiletext:SetText(kb.configHeaders[kb.db.bindMode]) 586 kb.profiletext:SetText(kb.configHeaders[kb.db.bindMode])
586 print(kb.db.bindMode, kb.configHeaders[kb.db.bindMode], kb:GetSize()) 587 print(kb.db.bindMode, kb.configHeaders[kb.db.bindMode], kb:GetSize())
587 print(kb:GetPoint(1)) 588 print(kb:GetPoint(1))
588 589