Can’t see top bar in 1080 height display
On linux, with a screen resolution of 1920x1080, I can’t see the whole app, so I can’t access the top bar. I don’t know how to scroll either.
Hey @bingen! Do you mind doing a quick screen recording of the problem you're running into re: top bar being cut off and scrolling? Also, are you using a multiple monitor setup? Frame should support a minimum height of 740 so I'd like to figure out what's happening here!
I’ll try to record it.
Also, are you using a multiple monitor setup?
Ah, that may be the cause. Yes, I use an external monitor too, but in vertical position, so 1080x1920, instead of 1920x1080. The problem is that the main one is the horizontal, and Frame appears there, but I guess it’s adjusted to the height of the vertical one.
I have the same issue with a similar setup.
Displays:
- 1080x1920
- 1920x1080
- 1920x1080
OS: Arch Linux Window Manager: Sway
When launched under xwayland (the default), Frame seems to take the height of the tallest display it's appeared on. As long as Frame is only triggered on display 2 and 3, it maintains a height of 1080 pixels. When triggered on display 1 however, Frame will adjust to a height of 1920, and then retain that height regardless of the display it appears on.
The behaviour is a different when launched as a native wayland app however. In this configuration Frame always launches with a 1080 pixel height even on display 1. I added this line to package.json to test as a wayland native app.
"launch:wayland": "cross-env NODE_ENV=production GDK_BACKEND=wayland electron --enable-features=UseOzonePlatform --ozone-platform=wayland ./compiled",