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;
|
||||
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"));
|
||||
@ -1492,4 +1493,4 @@ void LibraryWindow::showSocial()
|
||||
|
||||
socialDialog->setComic(comic,currentPath());
|
||||
socialDialog->setHidden(false);
|
||||
}*/
|
||||
}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user