Sized down Home and About buttons

This commit is contained in:
Nicolas Mailloux 2021-03-25 12:32:31 -04:00
parent f8ff9e0c37
commit 58b0360a54

View file

@ -98,6 +98,8 @@ reader::reader(QWidget *parent) :
stylesheetFile.close();
ui->sizeValueLabel->setStyleSheet("font-size: 9pt");
ui->homeBtn->setStyleSheet("font-size: 9pt");
ui->aboutBtn->setStyleSheet("font-size: 9pt");
// Hiding the menubar + definition widget
ui->inkboxLabel->hide();