mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
added preliminar search edit to the native toolbar in MacOSX
This commit is contained in:
@ -822,7 +822,10 @@ void LibraryWindow::createToolBars()
|
||||
libraryToolBar->addAction(toggleFullScreenAction);
|
||||
|
||||
libraryToolBar->addStretch();
|
||||
libraryToolBar->addWidget(searchEdit);
|
||||
|
||||
//Native toolbar search edit
|
||||
//libraryToolBar->addWidget(searchEdit);
|
||||
libraryToolBar->addSearchEdit();
|
||||
|
||||
//libraryToolBar->setMovable(false);
|
||||
|
||||
|
Reference in New Issue
Block a user