mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
fixed appearance in mac os x
This commit is contained in:
@ -193,7 +193,11 @@ void LibraryWindow::doLayout()
|
||||
selectedLibrary->setContextMenuPolicy(Qt::ActionsContextMenu);
|
||||
selectedLibrary->setAttribute(Qt::WA_MacShowFocusRect,false);
|
||||
selectedLibrary->setFocusPolicy(Qt::NoFocus);
|
||||
#ifdef Q_OS_MAC
|
||||
l->setContentsMargins(0,0,0,0);
|
||||
#else
|
||||
l->setContentsMargins(sHorizontal->handleWidth(),0,0,0);
|
||||
#endif
|
||||
|
||||
YACReaderTitledToolBar * librariesTitle = new YACReaderTitledToolBar(tr("LIBRARIES"));
|
||||
|
||||
|
Reference in New Issue
Block a user