Small change to the QT font when displaying the address input on the 'Send' tab of the GUI to make it consistent with the rest of the form
This change involved removing the setFont function from being called in setupAddressWidget meaning it should use the default font instead
setupAddressWidget is also called on the following files:
editaddressdialog.cppsendcoinsdialog.cppsendcoinsentry.cppsignverifymessagedialog.cpp
This change works on all the above QT pages and helps neaten up the font consistency.
Linux Screenshots
master

pr

Mac Screenshots
master <img width="640" alt="before_mac" src="https://user-images.githubusercontent.com/31032215/76364136-613f6480-631c-11ea-98ec-57d3fe9c887b.png">
pr <img width="640" alt="after_mac" src="https://user-images.githubusercontent.com/31032215/76364148-69979f80-631c-11ea-9b5f-b29141f920e6.png">
