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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user