changed the search results from 10 to 25 items
This commit is contained in:
parent
e6e5dc08b7
commit
3edbb79861
1 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ const std::string searchWhereRemoteKey = "searchWhereRemote";
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* The number of items which can be shown in the search results.
|
* The number of items which can be shown in the search results.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
const int searchResultsSize = 10;
|
const int searchResultsSize = 25;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -119,8 +119,8 @@ SearchWindow :: SearchWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
|
||||||
Gtk::Box * searchResultsView = constructSearchResultsView();
|
Gtk::Box * searchResultsView = constructSearchResultsView();
|
||||||
|
|
||||||
// set the sizes of the two parts of the window
|
// set the sizes of the two parts of the window
|
||||||
searchInput ->set_size_request(750, 231);
|
searchInput ->set_size_request(766, 231);
|
||||||
searchResultsView->set_size_request(750, 343);
|
searchResultsView->set_size_request(766, 343);
|
||||||
|
|
||||||
// put them in one big box
|
// put them in one big box
|
||||||
Gtk::VBox * bigBox = Gtk::manage(new Gtk::VBox);
|
Gtk::VBox * bigBox = Gtk::manage(new Gtk::VBox);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue