]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui_theme.c
server: Wait for command handler exit also when afs dies.
[paraslash.git] / gui_theme.c
index 745abe286c3c3ce8f966660e6907e2417e588c4a..6f4acf37a318834f95614ccc1365c12208048b90 100644 (file)
@@ -149,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;