At 1280x720 resolution you cannot access the full screen #681
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#681
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just installed gossip for the first time on my TV pc which I run at 1280x720 and as a result I am not able to view the entire application, here is a screenshot link https://drive.google.com/file/d/1bZsGfgL6_0e2xMl-YYf_ewJhc42SG616/view?usp=drivesdk
Our minimum App size is 800 x 600. But that gets scaled up if you have display scaling on (for example if you have 150% or 200% set in Windows it would get multiplied by 1.5 or 2.0 respectively).
We have a scaling override with the DPI slider when you run the setup wizard it's at the bottom left. This slider is also found in Settings -> UI. Slide it to the left to shrink the App.
If you are building from the repo, the latest on
unstablebranch also has a commandline command to override DPI in the settings:gossip.exe dpi 72.@bitcoinNottingham were you able to resolve this with the information I provided?