From b596a52fad05018d44468b58b464580a32ba354a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 19 May 2007 23:56:51 +0000 Subject: [PATCH] does the popup look better with centered text? --- openbox/focus_cycle_popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 807680af..a44a8cc6 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -429,6 +429,7 @@ 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