mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
focus eliminado del combobox
This commit is contained in:
@ -182,6 +182,7 @@ void LibraryWindow::doLayout()
|
||||
QVBoxLayout * l = new QVBoxLayout;
|
||||
selectedLibrary = new QComboBox;
|
||||
selectedLibrary->setAttribute(Qt::WA_MacShowFocusRect,false);
|
||||
selectedLibrary->setFocusPolicy(Qt::NoFocus);
|
||||
l->setContentsMargins(sHorizontal->handleWidth(),0,0,0);
|
||||
|
||||
YACReaderTitledToolBar * librariesTitle = new YACReaderTitledToolBar(tr("Libraries"));
|
||||
|
Reference in New Issue
Block a user