mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Make the style of the tool bar in FolderContentView match the one in ComicsView
This commit is contained in:
parent
f9a52eaeb8
commit
80f9cc445f
@ -59,6 +59,8 @@ FolderContentView::FolderContentView(QAction *toogleRecentVisibilityAction, QWid
|
||||
connect(coverSizeSlider, &QAbstractSlider::valueChanged, this, &FolderContentView::setCoversSize);
|
||||
|
||||
toolbar = new QToolBar();
|
||||
toolbar->setStyleSheet("QToolBar {border: none;}");
|
||||
toolbar->setIconSize(QSize(18, 18));
|
||||
toolbar->addWidget(new YACReaderToolBarStretch);
|
||||
toolbar->addAction(toogleRecentVisibilityAction);
|
||||
toolbar->addSeparator();
|
||||
|
Loading…
Reference in New Issue
Block a user