fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.97k stars 826 forks source link

workspace is too large for screen and won't allow adjustment #3358

Open stmaus opened 6 years ago

stmaus commented 6 years ago

The workspace will not scale to fit the screen resolution. Running Fritzing 0.9.3 on Ubuntu 16.04LTS.

Intrinsically-Sublime commented 6 years ago

There is a good chance it is your scaling in Ubuntu. I run Ubuntu Gnome and by default the scaling is set to 1.2. In Ubuntu Gnome it is in the tweak tool under fonts (It scales more than the fonts). If that does not work I would suggest asking on the support forum http://forum.fritzing.org/

grince commented 6 years ago

My scaling is at 1.0 and it is bad (see issue 3371 with a screenshot)

Intrinsically-Sublime commented 6 years ago

Have a read through https://github.com/fritzing/fritzing-app/issues/3221 You can try starting Fritzing with QT scaling turned off.

QT_AUTO_SCREEN_SCALE_FACTOR=0 ./Fritzing

failiz commented 2 years ago

Duplicate of #3221