You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
Hi @krolaw. GXUI does support different density displays, but it relies on GLFW to report the correct screen density. It sounds like there might be an issue with GLFW and your particular OS / driver.
However, all of the samples have a -scaling flag that multiplies the GLFW reported density with the value provided. For example: go run $GOPATH/src/github.com/google/gxui/samples/tree/main.go -scaling=2
Should display at a more sensible resolution for your display.
Cheers,
Ben
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ubuntu 15 on a Lenovo Yoga 13 Pro
Text looks tiny. I'm not sure if it's an OS limitation, but other apps such as Chrome look great.
Thanks.
The text was updated successfully, but these errors were encountered: