mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
libraryWidget: Don't hide "Recently added" label
This commit is contained in:
parent
20980325de
commit
c0bc2bd19f
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ libraryWidget::libraryWidget(QWidget *parent) :
|
|||
ui(new Ui::libraryWidget)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->recentlyAddedLabel->hide();
|
||||
ui->booksStackedWidget->hide();
|
||||
|
||||
QString family;
|
||||
|
@ -121,7 +120,6 @@ libraryWidget::~libraryWidget()
|
|||
}
|
||||
|
||||
void libraryWidget::setupView() {
|
||||
ui->recentlyAddedLabel->show();
|
||||
ui->booksStackedWidget->show();
|
||||
|
||||
stdIconWidth = sW / 5.5;
|
||||
|
|
Loading…
Reference in a new issue