Linux, and two screens
I have used Idea (4.5) with linux for some time now, and have just installed 5.0.
It looks very good, but I have a problem with the display size. I user two displays, and the 4.5 version could be resized to cover both displays, but 5.0 can not.
I tried to check what screen size java reports with:
System.out.println(Toolkit.getDefaultToolkit().getScreenSize());
resulting in:
java.awt.Dimension[width=2560,height=1024]
Nevertheless I cannot resize IntelliJ over 1280 in width.
Does anyone else have this problem? Is it a bug? Can it be fixed by setting som property?
It would be very nice to use all my screen real-estate again.
Hope someone can help
Thx.
Olve
Please sign in to leave a comment.
In addition all resizable dialogs can be dragged over both displays (wider than 1280 pix in width).