From 68ac9e41b1f13d98b22af4843f8fd43d0c25594a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 17 Jul 2006 08:08:00 +0000 Subject: Increase default status bar width to two thirds. svn path=/trunk/netsurf/; revision=2773 --- riscos/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/options.h b/riscos/options.h index 6f6dec4b5..fe771928b 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -71,7 +71,7 @@ int option_fg_plot_style = tinct_ERROR_DIFFUSE;\ int option_bg_plot_style = tinct_DITHER;\ bool option_history_tooltip = true; \ int option_scale = 100; \ -int option_toolbar_status_width = 5000; \ +int option_toolbar_status_width = 6667; \ bool option_toolbar_show_status = true; \ bool option_toolbar_show_buttons = true; \ bool option_toolbar_show_address = true; \ -- cgit v1.2.3