mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
clean up display of channel buttons in monitor section so that it looks optimal for both normal people and ambisonics freaks
git-svn-id: svn://localhost/ardour2/branches/3.0@10393 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cc4f13193c
commit
337be49839
2 changed files with 80 additions and 37 deletions
|
|
@ -50,12 +50,17 @@ class MonitorSection : public RouteUI
|
|||
private:
|
||||
Gtk::VBox vpacker;
|
||||
Gtk::HBox hpacker;
|
||||
Gtk::Table main_table;
|
||||
Gtk::ScrolledWindow main_table_scroller;
|
||||
Gtk::VBox upper_packer;
|
||||
Gtk::VBox lower_packer;
|
||||
Gtkmm2ext::TearOff* _tearoff;
|
||||
|
||||
Gtk::HBox channel_table_packer;
|
||||
Gtk::HBox table_hpacker;
|
||||
Gtk::Table channel_table;
|
||||
Gtk::Table channel_table_header;
|
||||
Gtk::ScrolledWindow channel_table_scroller;
|
||||
Glib::RefPtr<Gtk::SizeGroup> channel_size_group;
|
||||
|
||||
struct ChannelButtonSet {
|
||||
ArdourButton cut;
|
||||
ArdourButton dim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue