X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=f0efaa8872bdb78a7efc423f7f4a2a9da5c15195;hp=78527efeabc9e3143a5dcc911cd7c5e322eaf40c;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=c52dfd608f15c8779df38fd46602e562b287171a diff --git a/gui_theme.c b/gui_theme.c index 78527efe..f0efaa88 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file gui_theme.c Theme definitions. */ @@ -160,7 +156,7 @@ static void init_theme_colorful_blackness(struct gui_theme *t) d[SI_num_played].color.fg = COLOR_RED; d[SI_num_played].color.bg = COLOR_BLACK; d[SI_num_played].align = LEFT; - d[SI_num_played].x = 60; + d[SI_num_played].x = 58; d[SI_num_played].y = 17; d[SI_num_played].len = 5;