Running bitcoin-qt compiled on macOS 11.1 with Qt 5.15.2, I noticed that the hit-box for the two warning icons on the overview window are smaller than the icon itself. This issue does not appear when compiling with depends and Qt 5.9.
| Qt 5.15.2 | Qt 5.9 |
|---|---|
| <img width="116" alt="Screen Shot 2021-02-20 at 2 46 57 AM" src="https://user-images.githubusercontent.com/23396902/108588408-15b47980-7327-11eb-8e90-e5d00c2bf29e.png"> | <img width="116" alt="Screen Shot 2021-02-20 at 2 47 43 AM" src="https://user-images.githubusercontent.com/23396902/108588423-1f3de180-7327-11eb-808e-39ec9b1b010f.png"> |
One solution would be to update the Maximum Width for the QWidget from its current value of 30 to 50.