Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move activity LED next to knobs to save screen estate
  • Loading branch information
PeterN committed Feb 13, 2013
1 parent 7e467e3 commit 190c9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drmr_ui.c
Expand Up @@ -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);

Expand Down

0 comments on commit 190c9f3

Please sign in to comment.