Fix widget size and reference counting tests
Fix for two issues that show up on the dashboards:
- Max allowed widget width hint for HiDPI screens (fix: compute dynamically from screen size)
- Node reference counting test errors (fix: remove test that tries to check undefined behavior of double-delete)
See details in the two commit comments.