Display input labels across the top of the mixer window

Especially for the 18i20, having labels across the top as well as
along the bottom makes it easier to follow the grid.
This commit is contained in:
Geoffrey D. Bennett
2022-03-14 09:22:39 +10:30
parent 7df79349f9
commit c661b4a915
2 changed files with 23 additions and 15 deletions

View File

@@ -95,8 +95,9 @@ struct routing_dst {
// 0-based count within port_category
int port_num;
// the mixer label widget for this destination
GtkWidget *mixer_label;
// the mixer label widgets for this destination
GtkWidget *mixer_label_top;
GtkWidget *mixer_label_bottom;
};
// entry in alsa_card elems (ALSA control elements) array