shagu / pfUI

A User Interface Replacement for World of Warcraft: Vanilla & TBC
https://shagu.org/pfUI
MIT License
339 stars 117 forks source link

KTM dock off by one pixel #1225

Closed Drexl closed 5 months ago

Drexl commented 8 months ago

KTM threat meter dock position needs to be raised by one pixel to be in line with sdps meter when both are docked. ktm dock

Drexl commented 8 months ago

Changing line 50 of third-party-vanilla.lua to the following seems to fix it: KLHTM_Frame:SetPoint("TOPLEFT", pfUI.chat.right, "TOPLEFT", 0, 1)

shagu commented 5 months ago

Fixed in the latest version