ocarina: Set playlist tab label justify

I like the centered look better.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-03-21 08:26:08 -04:00
parent 9464e0d33d
commit 570b483b9b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ namespace ocarina
label = gtk_label_new("");
box = gtk_vbox_new(FALSE, 0);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
setup_treeview();
gtk_widget_show(label);