BoyC / GW2TacO

Guild Wars 2 Tactical Overlay (GW2TacO)
Other
245 stars 48 forks source link

Feature Request: Enable an option to restore TacO icon to the right of Black Lion #144

Open BrianHVB opened 9 months ago

BrianHVB commented 9 months ago

Since the update that adjusted the TacO icon position to account for the Wizard's vault, my icon now appears on a 2nd row instead of to the right of Black Lion

image

I was able to get it back to the right by editing the CSS settings, but it took a lot of trial and error, and there was no indication of which of the 4 CSS size files was actually being used.

BoyC commented 9 months ago

That's definitely a wrong DPI setting issue, try running taco with the -forcedpiaware setting

Technetium1 commented 9 months ago

I had something similar happen after opening an old game that can temporarily alter Windows scale factors (TF2). The same happens with BlishHUD. A reboot was enough to get it back to normal, though. The problem for me is having one display at a different scale factor, because it doesn't seem to happen when they're all the same, or with only one display.

BrianHVB commented 9 months ago

@BoyC No difference when running with that option,

MrDanOak commented 9 months ago

@BoyC I don't think it is a wrong DPI setting issue. This Commit seems very intentional to move the taco button to where it is in the above screenshot.

BoyC commented 9 months ago

It was intentional, however if you look at the screenshot it's obvious that the TacO icon is oversized compared to the rest of the ui icons, which is either a DPI scaling issue usually or TacO fails to pick the correct css for the ui size based on what's supplied over the mumble link connection. I actually don't have a pc right now (RMA hell) to check this out at the moment, but will when I can.