Files
pfUI/init/modules.xml
T
Brues 9cabdf2974 Revert the pixel-perfect scale change
GetPerfectPixel switched to UIParent:GetEffectiveScale(), which reports
the true unclamped scale (e.g. 1.42 on the larger pixelperfect presets,
since the module calls UIParent:SetScale past the uiScale cvar's 1.0
cap). At that scale 768/screenheight/scale drops below half a pixel and
the border edgeSize rounds to zero, so button borders disappeared.

The uiScale cvar's <=1.0 cap was load-bearing, not a bug: it keeps the
1px borders from vanishing. Restore the cvar-based measurement and move
pixelperfect back to its original load position.
2026-08-10 01:27:27 -05:00

85 lines
3.6 KiB
XML

<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Include file="..\modules\gui.lua"/>
<Include file="..\modules\unlock.lua"/>
<Include file="..\modules\hoverbind.lua"/>
<Include file="..\modules\updatenotify.lua"/>
<Include file="..\modules\actionbar.lua"/>
<Include file="..\modules\gryphons.lua"/>
<Include file="..\modules\hunterbar.lua"/>
<Include file="..\modules\chat.lua"/>
<Include file="..\modules\whisperproxy.lua"/>
<Include file="..\modules\chatcopy.lua"/>
<Include file="..\modules\bubbles.lua"/>
<Include file="..\modules\addons.lua"/>
<Include file="..\modules\minimap.lua"/>
<Include file="..\modules\panel.lua"/>
<Include file="..\modules\player.lua"/>
<Include file="..\modules\focus.lua"/>
<Include file="..\modules\target.lua"/>
<Include file="..\modules\combopoints.lua"/>
<Include file="..\modules\swingtimer.lua"/>
<Include file="..\modules\marktracking.lua"/>
<Include file="..\modules\targettarget.lua"/>
<Include file="..\modules\targettargettarget.lua"/>
<Include file="..\modules\pet.lua"/>
<Include file="..\modules\group.lua"/>
<Include file="..\modules\raid.lua"/>
<Include file="..\modules\mouseover.lua"/>
<Include file="..\modules\castbar.lua"/>
<Include file="..\modules\skin.lua"/>
<Include file="..\modules\xpbar.lua"/>
<Include file="..\modules\autoshift.lua"/>
<Include file="..\modules\autovendor.lua"/>
<Include file="..\modules\bags.lua"/>
<Include file="..\modules\itemclick.lua"/>
<Include file="..\modules\cooldown.lua"/>
<Include file="..\modules\tooltip.lua"/>
<Include file="..\modules\questitem.lua"/>
<Include file="..\modules\thirdparty.lua"/>
<Include file="..\modules\thirdparty-vanilla.lua"/>
<Include file="..\modules\buff.lua"/>
<Include file="..\modules\buffwatch.lua"/>
<Include file="..\modules\nameplates.lua"/>
<Include file="..\modules\loot.lua"/>
<Include file="..\modules\roll.lua"/>
<Include file="..\modules\infight.lua"/>
<Include file="..\modules\sellvalue.lua"/>
<Include file="..\modules\itemcount.lua"/>
<Include file="..\modules\eqcompare.lua"/>
<Include file="..\modules\map.lua"/>
<Include file="..\modules\mapcolors.lua"/>
<Include file="..\modules\uf_tukui.lua"/>
<Include file="..\modules\custom.lua"/>
<Include file="..\modules\gm.lua"/>
<Include file="..\modules\mirrortimers.lua"/>
<Include file="..\modules\feigndeath.lua"/>
<Include file="..\modules\pixelperfect.lua"/>
<Include file="..\modules\hdgraphic.lua"/>
<Include file="..\modules\share.lua"/>
<Include file="..\modules\tracking.lua"/>
<Include file="..\modules\easteregg.lua"/>
<Include file="..\modules\farmmode.lua"/>
<Include file="..\modules\pettarget.lua"/>
<Include file="..\modules\mapreveal.lua"/>
<Include file="..\modules\unusable.lua"/>
<Include file="..\modules\socialmod.lua"/>
<Include file="..\modules\firstrun.lua"/>
<Include file="..\modules\addonbuttons.lua"/>
<Include file="..\modules\afkcam.lua"/>
<Include file="..\modules\screenshot.lua"/>
<Include file="..\modules\addoncompat.lua"/>
<Include file="..\modules\energytick.lua"/>
<Include file="..\modules\totems.lua"/>
<Include file="..\modules\macrotweak.lua"/>
<Include file="..\modules\macroicons.lua"/>
<Include file="..\modules\turtle-wow.lua"/>
<Include file="..\modules\superwow.lua"/>
<Include file="..\modules\innervatecall.lua"/>
<Include file="..\modules\nampower.lua"/>
<Include file="..\modules\unitxp.lua"/>
<Include file="..\modules\bgscore.lua"/>
<Include file="..\modules\equipmentmanager.lua"/>
<Include file="..\modules\loothistory.lua"/>
<Include file="..\modules\newitem.lua"/>
<Include file="..\modules\friendnotes.lua"/>
</Ui>