mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Sized down Home and About buttons
This commit is contained in:
parent
f8ff9e0c37
commit
58b0360a54
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue