]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
revert that, center the popups for move/resize and keychains
[chaz/openbox] / openbox / popup.c
index 3924a4d164a5f45837e4dc6b664682dc35cbd4bb..2fb275cafaffe2f5737448b9ed6c75dc9a93b2ff 100644 (file)
@@ -183,11 +183,9 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
         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;
 
This page took 0.02065 seconds and 4 git commands to generate.