From c7686e10c7918d283f2da94dbb2f2e3e19672c84 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Wed, 1 Nov 2006 16:11:28 +0000 Subject: [PATCH] minor edit: made the search results treeview a teensy bit taller --- campcaster/src/products/gLiveSupport/src/SearchWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/products/gLiveSupport/src/SearchWindow.cxx b/campcaster/src/products/gLiveSupport/src/SearchWindow.cxx index 7289e9349..6c0f24d54 100644 --- a/campcaster/src/products/gLiveSupport/src/SearchWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/SearchWindow.cxx @@ -130,7 +130,7 @@ SearchWindow :: SearchWindow (Ptr::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);