From acf6273feba6a8d5a5a26b33e895715d6f78fb9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Jun 2007 16:47:39 +0000 Subject: revert that, center the popups for move/resize and keychains --- openbox/moveresize.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/moveresize.c') diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 38dab22d..232cc9b9 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -68,6 +68,7 @@ static void client_dest(ObClient *client, gpointer data) 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); -- cgit v1.2.3