mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
simplify time-axis packing: consistent table layout
This commit is contained in:
parent
36c4704df9
commit
9c59b21bb6
4 changed files with 48 additions and 51 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <gtkmm/table.h>
|
||||
#include <gtkmm/entry.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/sizegroup.h>
|
||||
|
||||
#include <gtkmm2ext/focus_entry.h>
|
||||
|
||||
|
|
@ -200,13 +201,10 @@ class TimeAxisView : public virtual AxisView
|
|||
|
||||
protected:
|
||||
/* The Standard LHS Controls */
|
||||
Gtk::HBox controls_hbox;
|
||||
Gtk::Table controls_table;
|
||||
Gtk::Table name_table;
|
||||
Glib::RefPtr<Gtk::SizeGroup> controls_button_size_group;
|
||||
Gtk::EventBox controls_ebox;
|
||||
Gtk::VBox controls_vbox;
|
||||
Gtk::VBox name_vbox;
|
||||
Gtk::VBox time_axis_vbox;
|
||||
Gtk::Frame time_axis_frame;
|
||||
Gtk::HBox name_hbox;
|
||||
Gtk::HBox top_hbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue