From 190c9f3a36ef791903a86493056ffd2a82431766 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 13 Feb 2013 15:29:31 +0000 Subject: [PATCH] Move activity LED next to knobs to save screen estate --- drmr_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drmr_ui.c b/drmr_ui.c index ff02f93..cea4c6d 100644 --- a/drmr_ui.c +++ b/drmr_ui.c @@ -248,7 +248,7 @@ static void fill_sample_table(DrMrUi* ui, int samples, char** names, GtkWidget** gtk_box_pack_start(GTK_BOX(button_box),gtk_label_new(""),true,true,0); - gtk_box_pack_start(GTK_BOX(vbox),button_box,false,false,0); + gtk_box_pack_start(GTK_BOX(hbox),button_box,false,false,0); g_object_set(vbox,"border-width",5,NULL); gtk_container_add(GTK_CONTAINER(frame),vbox);