minor edit: made the search results treeview a teensy bit taller

This commit is contained in:
fgerlits 2006-11-01 16:11:28 +00:00
parent e0f2ffaa08
commit c7686e10c7
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ SearchWindow :: SearchWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
// set the sizes of the two parts of the window
searchInput ->set_size_request(750, 231);
searchResultsView->set_size_request(750, 340);
searchResultsView->set_size_request(750, 343);
// put them in one big box
Gtk::VBox * bigBox = Gtk::manage(new Gtk::VBox);