From d762147744ef99870ed5eb189d114c7a1fed2227 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Jun 2007 04:37:17 +0000 Subject: [PATCH] nothing really --- gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui.c b/gui.c index a1655e6..20fb8cd 100644 --- a/gui.c +++ b/gui.c @@ -22,7 +22,7 @@ static RrColor *focused_text_color; /* you can edit these */ #define MAX_TASK_WIDTH 500 -#define HEIGHT (24 + sc->theme->obwidth) +#define HEIGHT (24 - sc->theme->obwidth) #define PADDING 2 #define ICON_SIZE (HEIGHT - sc->theme->obwidth - PADDING*2) #define ICON_SPACE (ICON_SIZE + PADDING*2) @@ -145,8 +145,8 @@ void gui_create_taskbar(screen *sc, taskbar *tb) att.event_mask = ButtonPressMask; - /* XXX make this stuff conigurable */ - tb->w = sc->width * 0.7; + /* XXX make this stuff configurable */ + tb->w = sc->width * 0.65; tb->h = HEIGHT; tb->x = (sc->width - tb->w) / 2; -- 2.39.2