Skip to content

Commit

Permalink
Set remove setting select button font to SAO_UI.
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Li <[email protected]>
  • Loading branch information
Zalafina committed Mar 5, 2023
1 parent 7ff60bd commit 6a3694d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QKeyMapper/qkeymapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,7 @@ void QKeyMapper::setControlCustomFont(const QString &fontname)
ui->burstreleaseLabel->setFont(customFont);
ui->burstrelease_msLabel->setFont(customFont);
ui->settingselectLabel->setFont(customFont);
ui->removeSettingButton->setFont(customFont);

ui->processinfoTable->horizontalHeader()->setFont(customFont);
ui->keymapdataTable->horizontalHeader()->setFont(customFont);
Expand Down

0 comments on commit 6a3694d

Please sign in to comment.