mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 21:12:43 -05: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