Toolbox scaling in linux

Hi 
i have a strange issue in linux with the Toolbox , the content of the window of the toolbox is scaled to 1/4 of it's size , but still reacts to the normal location of the update button

is this a known issue ? 

0
2 comments
Official comment

Hi Kasper,

unfortunately this is a known issue: https://youtrack.jetbrains.com/issue/ALL-1517

The workaround now is to set integer scaling factor.

this worked for me…   adding “ui”:"scale":1.8

{
   "internal": {
       "graphics_api": "Software"
   },

   "statistics": {
       "allow": true
   },
   "ui": {
       "scale": 1.8
   },

0

Please sign in to leave a comment.