diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-05 16:47:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-05 16:47:39 +0000 |
| commit | acf6273feba6a8d5a5a26b33e895715d6f78fb9e (patch) | |
| tree | 52e2244c65bea9ab1ad5b69835487daf76c6d237 /openbox/keyboard.c | |
| parent | 7736fcc4b69af5847d711e90d008e05b5c4c4f26 (diff) | |
revert that, center the popups for move/resize and keychains
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 218e251a..51f2cff9 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -330,6 +330,7 @@ void keyboard_startup(gboolean reconfig) { 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); |
