mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed behaviour of empty folder list view
This commit is contained in:
parent
d0d0a22ef3
commit
da0e30ab24
@ -26,7 +26,7 @@ EmptyFolderWidget::EmptyFolderWidget(QWidget *parent) :
|
||||
|
||||
foldersView = new QListView();
|
||||
foldersView->setMinimumWidth(282);
|
||||
foldersView->setWrapping(true);
|
||||
//foldersView->setWrapping(true);
|
||||
foldersView->setAttribute(Qt::WA_MacShowFocusRect,false);
|
||||
#ifdef Q_OS_MAC
|
||||
foldersView->setStyleSheet("QListView {background-color:transparent; border: none; color:#959595; outline:0; font-size: 18px; show-decoration-selected: 0; margin:0}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user