Avorion

Avorion

Real stations
 This topic has been pinned, so it's probably important
Joenyan  [developer] 14 Mar @ 5:37am
Bugs
Please report any bugs you encounter
< >
Showing 1-3 of 3 comments
nbanyan 13 Jun @ 3:53pm 
On a wide-screen monitor (3440x1440), a fair portion of the UI ends up below the screen (like the save button in config or the portrait windows).
To fix this I changed
local resFix = res.x/1920
to
local resFix = res.y/1080
in uiBuilder.lua and configWindu.lua
The edge elements are now left biased based with the full-screen spacing, but are usable.
Last edited by nbanyan; 13 Jun @ 3:55pm
Joenyan  [developer] 13 Jun @ 10:31pm 
Thanks for the report. For now all UI elements are based on 16:9 dimensions, I plan to rework this mod, more resolutions will be included
Spartana 16 Jun @ 12:43pm 
:steamhappy: i have the same issue but a bigger screen :P 5120x1440 so for me worked resFix = res.x/3840 not nice ........ but it worked :)
< >
Showing 1-3 of 3 comments
Per page: 1530 50