recommended to add alignment options to each panel
The current Vuhdo panel layout cannot accommodate various resolutions. In order to make Vuhdo achieve a consistent display at various resolutions. It is recommended to add alignment options to each panel. For example, support it in the configuration file vuhdo.lua:
["PANEL_POSITIONS"] = {
{
["y"] = 0,
["x"] = 0,
["scale"] = 1,
["relativePoint"] = "CENTER", -- this alignment options can choose
["orientation"] = "CENTER", -- this alignment options can choose
["height"] = 207.9999847412109,
["growth"] = "TOPLEFT",
["width"] = 410.0000610351563,
}, -- [1] ...