more appropriate sizeing and scrolling for library downloader

Without this it just grows to be tall enough to show all downloaded descriptions
This commit is contained in:
Paul Davis 2022-10-05 10:46:50 -06:00
parent 908bcf3150
commit f858132a25
2 changed files with 12 additions and 2 deletions

View file

@ -25,6 +25,7 @@
#include <gtkmm/cellrenderertext.h>
#include <gtkmm/entry.h>
#include <gtkmm/liststore.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/treeview.h>
#include <gtkmm/textview.h>
@ -82,6 +83,7 @@ class LibraryDownloadDialog : public ArdourDialog
};
Gtk::TreeView _display;
Gtk::ScrolledWindow scroller;
Glib::RefPtr<Gtk::ListStore> _model;
LibraryColumns _columns;