Skip to content

Commit

Permalink
Seems to be needed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jan 20, 2020
1 parent 8854f94 commit f524537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/AccountFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ AccountFrame::AccountFrame(QWidget* _parent) : QFrame(_parent), m_ui(new Ui::Acc
int id = QFontDatabase::addApplicationFont(":/fonts/mplusm");
QString family = QFontDatabase::applicationFontFamilies(id).at(0);
QFont monospace(family);
monospace.setPixelSize(16);
m_ui->m_addressLabel->setFont(monospace);
// shadow under address
QGraphicsDropShadowEffect *textShadow = new QGraphicsDropShadowEffect(this);
Expand Down

0 comments on commit f524537

Please sign in to comment.