Some input boxes will be vertically compressed and unusable.
Steps to reproduce (if you know):
Go in part design workbench, create a sketch with some points, create a distance constraint and see the lenght field.
Go in Edit->Preferences->Sketcher and see the Size of grid box...
Expected behavior:
Should see box content of the box and be able to change it while seeing the changes.
Other Notes:
It has something to do with QT5 management as I was able to fix it by adding a style sheet freecad-fix.qss with the following content:
QScrollBar {
border: none;
}
Maybe it's not the best way to do it so I let you find the best way to integrate a fix without breaking something else. It's highly possible that other QT5 based applications will have similar issues.
Distribution (run
cat /etc/os-release
): NAME="Pop!_OS" VERSION="19.04" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Pop!_OS 19.04" VERSION_ID="19.04" HOME_URL="https://system76.com/pop" SUPPORT_URL="http://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=disco UBUNTU_CODENAME=discoRelated Application and/or Package Version (run
apt policy $PACKAGE NAME
): freecad: Installé : 2:0.18.1+dfsg1~201904061907~ubuntu19.04.1 Candidat : 2:0.18.1+dfsg1~201904061907~ubuntu19.04.1 Table de version : *** 2:0.18.1+dfsg1~201904061907~ubuntu19.04.1 500 500 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu disco/main amd64 Packages 500 http://ppa.launchpad.net/freecad-maintainers/freecad-stable/ubuntu disco/main i386 Packages 100 /var/lib/dpkg/statusIssue/Bug Description:
Steps to reproduce (if you know):
Expected behavior: Should see box content of the box and be able to change it while seeing the changes.
Other Notes: It has something to do with QT5 management as I was able to fix it by adding a style sheet freecad-fix.qss with the following content: QScrollBar { border: none; }
Maybe it's not the best way to do it so I let you find the best way to integrate a fix without breaking something else. It's highly possible that other QT5 based applications will have similar issues.