ocarina: Decrese the tab border

This makes tab labels smaller!

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-03-12 18:11:25 -04:00
parent ecd9a28add
commit ca161d3340
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ namespace ocarina
{
footer = gtk_notebook_new();
gtk_notebook_set_tab_pos(GTK_NOTEBOOK(footer), GTK_POS_TOP);
g_object_set(footer, "tab-border", 0, NULL);
add_page("Now Playing", now_playing_page());
add_page("Library", library_page());