Allow the mixer window to be resized and give it scrollbars

This commit is contained in:
Geoffrey D. Bennett
2023-12-02 03:06:32 +10:30
parent ce40aa1ba9
commit 21cc6d6021
2 changed files with 4 additions and 1 deletions

View File

@@ -471,7 +471,7 @@ GtkWidget *create_iface_mixer_main(struct alsa_card *card) {
card, "Mixer", G_CALLBACK(window_mixer_close_request)
);
gtk_window_set_child(GTK_WINDOW(card->window_mixer), mixer_top);
create_scrollable_window(card->window_mixer, mixer_top);
GtkWidget *levels_top = create_levels_controls(card);