Skip to content

Commit

Permalink
Address and label font size adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
halfaipg authored May 9, 2024
1 parent dca2e72 commit a7faf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/addressbookpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
ui->setupUi(this);
// Set font size for tableView
QFont font = ui->tableView->font();
font.setPointSize(12); // Set the font size to 12 points, adjust as needed
font.setPointSize(14); // Set the font size to 12 points, adjust as needed
ui->tableView->setFont(font);

if (!platformStyle->getImagesOnButtons()) {
Expand Down

0 comments on commit a7faf8a

Please sign in to comment.