mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Editor GUI touchups:
Fixed separator lines between marker "tracks". Fixed track alignment with track controls. Changed track controls bevel to better fit in with canvas. Made selected track controls colour match selected region colour (could maybe use a better colour for both though...). Added frame to time labels to match toolbar. git-svn-id: svn://localhost/ardour2/trunk@1622 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4601066bb4
commit
95df144967
8 changed files with 32 additions and 31 deletions
|
|
@ -501,6 +501,7 @@ class Editor : public PublicEditor
|
|||
Gtk::EventBox time_canvas_event_box;
|
||||
Gtk::EventBox track_canvas_event_box;
|
||||
Gtk::EventBox time_button_event_box;
|
||||
Gtk::Frame time_button_frame;
|
||||
|
||||
ArdourCanvas::Group *minsec_group;
|
||||
ArdourCanvas::Group *bbt_group;
|
||||
|
|
@ -557,6 +558,7 @@ class Editor : public PublicEditor
|
|||
gint metric_get_frames (GtkCustomRulerMark **, gdouble, gdouble, gint);
|
||||
gint metric_get_minsec (GtkCustomRulerMark **, gdouble, gdouble, gint);
|
||||
|
||||
Gtk::Widget *_ruler_separator;
|
||||
GtkWidget *_smpte_ruler;
|
||||
GtkWidget *_bbt_ruler;
|
||||
GtkWidget *_frames_ruler;
|
||||
|
|
@ -803,7 +805,6 @@ class Editor : public PublicEditor
|
|||
void named_selection_display_selection_changed ();
|
||||
|
||||
/* track views */
|
||||
int track_spacing;
|
||||
TrackViewList track_views;
|
||||
TimeAxisView *trackview_by_y_position (double ypos);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue