{
grab_keys(TRUE);
popup = popup_new(FALSE);
+ popup_set_text_align(popup, RR_JUSTIFY_CENTER);
if (!reconfig)
client_add_destroy_notify(keyboard_interactive_end_client, NULL);
void moveresize_startup(gboolean reconfig)
{
popup = popup_new(FALSE);
+ popup_set_text_align(popup, RR_JUSTIFY_CENTER);
if (!reconfig)
client_add_destroy_notify(client_dest, NULL);
texth = self->h - emptyy;
h = texth * self->iconhm + emptyy;
- if (self->textw) {
- self->a_text->texture[0].data.text.justify = RR_JUSTIFY_LEFT;
+ if (self->textw)
textw = self->textw;
- } else
- self->a_text->texture[0].data.text.justify = RR_JUSTIFY_CENTER;
+ else
iconx = textx = l + ob_rr_theme->paddingx;