Can you move the 2nd row of the global queue independently?

Hello everyone, I’m trying to make a HUD mod, I’m struggling with unifying both rows of the global queue. I’m trying to put the 2nd row to the right of the 1st row, instead of underneath it.

As a bonus, I’d like to know how to move the tool-tips.

Does anyone know how to do this? Any pointers?

Thank you very much.

Afaik, it is not possible. 2nd row of queue will always be below the first one and aligned to first row’s X position.

The tooltip position is hard-coded and can not be altered by a mod.

Thank you [OxDBAOE2] for answering, one of my hypothesis was that both were hardcoded since I couldn’t find the .json related… Still, it would be awesome if a dev, or someone more knowledgeable than me, could point me to the file I should edit so I can change where the 2nd row of the global queue is anchored. Even if I have to replace files manually in the game directory, I’d like to mod that.

Thank you