frame icon indicating copy to clipboard operation
frame copied to clipboard

Can’t see top bar in 1080 height display

Open bingen opened this issue 2 years ago • 3 comments

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.

bingen avatar Sep 04 '21 14:09 bingen

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!

floating avatar Sep 04 '21 15:09 floating

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.

bingen avatar Sep 10 '21 07:09 bingen

I have the same issue with a similar setup.

Displays:

  1. 1080x1920
  2. 1920x1080
  3. 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",

BrknRobot avatar Nov 09 '21 19:11 BrknRobot