Minor layout improvement

This commit is contained in:
Pierre Pronchery 2009-12-12 02:40:41 +00:00
parent 5c17d3bacd
commit 58791a00e2

View File

@ -156,7 +156,7 @@ Mixer * mixer_new(void)
widget = gtk_vbox_new(FALSE, 0);
gtk_box_pack_start(GTK_BOX(widget), gtk_label_new(
md.label.name), FALSE, TRUE, 0);
gtk_box_pack_start(GTK_BOX(widget), control, TRUE, TRUE, 0);
gtk_box_pack_start(GTK_BOX(widget), control, TRUE, TRUE, 4);
gtk_box_pack_start(GTK_BOX(hbox), widget, TRUE, TRUE, 0);
}
gtk_box_pack_start(GTK_BOX(vbox), scrolled, TRUE, TRUE, 0);