View Single Post
07/30/21, 07:58 AM   #3
Othienka
Join Date: Jul 2021
Posts: 3
Oh woops, forgot to mention my issue was that the info panel apparently "saves" some space for the FPS and the Latency section, even if turned off in the options. So I couldn't move the panel straight to the edge (or past) the left side of the screen.

Here is a visual example:

Now with FPS off:


And what it ideally should be with FPS off:


I already "fixed" it though, by modifying the Line 620 in InfoPanel.lua from:
Code:
ZO_PerformanceMetersFramerateMeter:SetAnchor(LEFT,ZO_PerformanceMeters,LEFT,10,0
to
Code:
ZO_PerformanceMetersFramerateMeter:SetAnchor(LEFT,ZO_PerformanceMeters,LEFT,-3,0)
  Reply With Quote