From: Dana Jansens Date: Sat, 19 May 2007 23:56:51 +0000 (+0000) Subject: does the popup look better with centered text? X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b596a52fad05018d44468b58b464580a32ba354a;p=chaz%2Fopenbox does the popup look better with centered text? --- 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;