diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 11:05:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 11:05:59 +0000 |
| commit | fb46ad63d731b1134b56f1c3b4163f294962d9d6 (patch) | |
| tree | 9ebf495841c070664eb5f782c48160a5849a693d /gnu/lib/libdialog/textbox.c | |
| parent | 9ebd95e3ed397fad7c2e38d55cffab4658f12bff (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/textbox.c')
| -rw-r--r-- | gnu/lib/libdialog/textbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/textbox.c b/gnu/lib/libdialog/textbox.c index a26247b6aac8..ec0013bb59ea 100644 --- a/gnu/lib/libdialog/textbox.c +++ b/gnu/lib/libdialog/textbox.c @@ -136,7 +136,7 @@ int dialog_textbox(unsigned char *title, unsigned char *file, int height, int wi } display_helpline(dialog, height-1, width); - print_button(dialog, " OK ", height-2, width/2-2, TRUE); + print_button(dialog, " OK ", height-2, width/2-6, TRUE); wnoutrefresh(dialog); getyx(dialog, cur_y, cur_x); /* Save cursor position */ |
