From 6b038948cc9747e2a4a06f52136ccdcb19993340 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 May 2007 00:02:55 +0000 Subject: [PATCH] put text back to the left and add a bit more spacing --- openbox/focus_cycle_popup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index a44a8cc6..bce7e5c8 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -289,7 +289,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) texth = RrMinHeight(p->a_text); /* find the height of the dialog */ - h = t + b + (icon_rows * ICON_SIZE) + (OUTSIDE_BORDER + texth); + h = t + b + (icon_rows * ICON_SIZE) + (OUTSIDE_BORDER*2 + texth); /* get the position of the text */ textx = l; @@ -429,7 +429,6 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) } /* draw the text */ - p->a_text->texture[0].data.text.justify = RR_JUSTIFY_CENTER; p->a_text->texture[0].data.text.string = newtarget->text; p->a_text->surface.parentx = textx; p->a_text->surface.parenty = texty; -- 2.39.2