mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
908bcf3150
commit
f858132a25
2 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue