Merge branch 'master' of 192.168.1.100:tux-linux/inkbox

This commit is contained in:
Nicolas Mailloux 2021-12-27 14:08:04 -05:00
commit 5cf39fb0ad

View file

@ -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;