mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
mejorados algunos iconos y cambiado el estilo de la tabla de c?mics
This commit is contained in:
@ -99,5 +99,6 @@
|
||||
<file>../images/main_toolbar/help.png</file>
|
||||
<file>../images/main_toolbar/fullscreen.png</file>
|
||||
|
||||
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -218,6 +218,7 @@ void LibraryWindow::doLayout()
|
||||
editInfoToolBar->setStyleSheet("QToolBar {border: none;}");
|
||||
|
||||
comicView = new YACReaderTableView;
|
||||
comicView->verticalHeader()->hide();
|
||||
comicsLayout->addWidget(comicView);
|
||||
comics->setLayout(comicsLayout);
|
||||
sVertical->addWidget(comics);
|
||||
|
Reference in New Issue
Block a user