X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui_theme.c;h=81bbe0f6760b82f88fb9f97f45f2f5a42ed494ab;hb=217149fecdc9053676aaaa929ace79e92135a34d;hp=78527efeabc9e3143a5dcc911cd7c5e322eaf40c;hpb=66b97974ebba5c6ea967b713f84f62a1b72da8d2;p=paraslash.git diff --git a/gui_theme.c b/gui_theme.c index 78527efe..81bbe0f6 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. */ @@ -126,16 +122,16 @@ static void init_theme_colorful_blackness(struct gui_theme *t) d[SI_status_flags].align = LEFT; d[SI_status_flags].x = 11; d[SI_status_flags].y = 17; - d[SI_status_flags].len = 10; + d[SI_status_flags].len = 8; d[SI_image_id].prefix = "img: "; d[SI_image_id].postfix = ""; d[SI_image_id].color.fg = COLOR_RED; d[SI_image_id].color.bg = COLOR_BLACK; d[SI_image_id].align = CENTER; - d[SI_image_id].x = 21; + d[SI_image_id].x = 19; d[SI_image_id].y = 17; - d[SI_image_id].len = 10; + d[SI_image_id].len = 12; d[SI_lyrics_id].prefix = "lyr: "; d[SI_lyrics_id].postfix = ""; @@ -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; @@ -270,7 +266,7 @@ static void init_theme_colorful_blackness(struct gui_theme *t) d[SI_amplification].align = RIGHT; d[SI_amplification].x = 92; d[SI_amplification].y = 27; - d[SI_amplification].len = 8; + d[SI_amplification].len = 9; d[SI_techinfo].prefix = ""; d[SI_techinfo].postfix = "";