X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=6f4acf37a318834f95614ccc1365c12208048b90;hp=78527efeabc9e3143a5dcc911cd7c5e322eaf40c;hb=a16741dcf32b9ed20ca572d6353c3f1b9212a464;hpb=13ba5f96e64bd0f3157a6fe73ed7b950ec9c5ea7 diff --git a/gui_theme.c b/gui_theme.c index 78527efe..6f4acf37 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. */ @@ -153,14 +149,14 @@ static void init_theme_colorful_blackness(struct gui_theme *t) d[SI_format].align = CENTER; d[SI_format].x = 42; d[SI_format].y = 17; - d[SI_format].len = 18; + d[SI_format].len = 16; d[SI_num_played].prefix = "#"; d[SI_num_played].postfix = ""; 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;