does the popup look better with centered text?

This commit is contained in:
Dana Jansens 2007-05-19 23:56:51 +00:00
parent 05d93485b7
commit b596a52fad

View file

@ -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;