minor edit: made the search results treeview a teensy bit taller
This commit is contained in:
parent
e0f2ffaa08
commit
c7686e10c7
|
@ -130,7 +130,7 @@ SearchWindow :: SearchWindow (Ptr<GLiveSupport>::Ref gLiveSupport,
|
||||||
|
|
||||||
// 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(750, 231);
|
||||||
searchResultsView->set_size_request(750, 340);
|
searchResultsView->set_size_request(750, 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…
Reference in New Issue