Jump to content

Viewport appearence bug


photo

Recommended Posts

When using desktop scaling, view port frame appears incorrectly in Editor GUI.

unigine_gui_scale_bug.jpg.d40cb48b94f4171ca92d2cdeb3fb245f.jpg

Linux Manjaro, KDE Plasma with 112,5% desktop scaling. Is it possible to fix it somehow without returning to 100% desktop scale?

Link to comment

McSeem

At this time I'm afraid there is no way to fix this behavior other than specifying custom QT scaling factor via environment variable:

export QT_AUTO_SCREEN_SET_FACTOR=0
export QT_SCALE_FACTOR=1
export QT_FONT_DPI=96

But this may affect other QT applications as well, so the better option would be to specify enviroment variable just before the actual application start in terminal, something like that:

env QT_SCALE_FACTOR=1 Editor_x64 -extern_plugin "FBXImporter,GLTFImporter" -data_path "../data/"

 

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...