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