From 9c09bbeddd8c8352b4f0c826f35ce9892ac27ea2 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 12 Dec 1996 11:05:59 +0000 Subject: Line up some of these OK boxes properly again. --- gnu/lib/libdialog/textbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/lib/libdialog/textbox.c') diff --git a/gnu/lib/libdialog/textbox.c b/gnu/lib/libdialog/textbox.c index a26247b..ec0013b 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 */ -- cgit v1.1