mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
Merge branch 'master' of 192.168.1.100:tux-linux/inkbox
This commit is contained in:
commit
5cf39fb0ad
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