mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Reader: UI fixes
This commit is contained in:
parent
89c9de1b1d
commit
39dc99a2bc
1 changed files with 6 additions and 0 deletions
|
@ -314,6 +314,12 @@ reader::reader(QWidget *parent) :
|
|||
ui->brightnessBtn->setVisible(true);
|
||||
ui->line_15->setVisible(true);
|
||||
}
|
||||
else {
|
||||
ui->brightnessBtn->setVisible(false);
|
||||
ui->brightnessBtn->deleteLater();
|
||||
ui->line_15->setVisible(false);
|
||||
ui->line_15->deleteLater();
|
||||
}
|
||||
ui->menuBarWidget->setVisible(false);
|
||||
ui->buttonsBarWidget->setVisible(false);
|
||||
ui->pdfScaleWidget->setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue