From bf57d852ae2ee7c647557c087cc1da95a0305cb4 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 30 Aug 2004 21:03:48 +0000 Subject: [project @ 2004-08-30 21:03:48 by rjw] Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254 --- riscos/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/options.h') diff --git a/riscos/options.h b/riscos/options.h index 34e2b837a..7ea9c3560 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -60,7 +60,7 @@ bool option_thumbnail_32bpp = true;\ int option_thumbnail_oversampling = 0;\ bool option_history_tooltip = true; \ int option_scale = 100; \ -int option_toolbar_status_width = 640; \ +int option_toolbar_status_width = 5000; \ bool option_toolbar_show_status = true; \ bool option_toolbar_show_buttons = true; \ bool option_toolbar_show_address = true; \ @@ -95,7 +95,7 @@ bool option_plugins = false; { "history_tooltip", OPTION_BOOL, &option_history_tooltip }, \ { "scale", OPTION_INTEGER, &option_scale }, \ { "toolbar_show_status", OPTION_BOOL, &option_toolbar_show_status }, \ -{ "toolbar_status_width", OPTION_INTEGER, &option_toolbar_status_width }, \ +{ "toolbar_status_size", OPTION_INTEGER, &option_toolbar_status_width }, \ { "toolbar_show_buttons", OPTION_BOOL, &option_toolbar_show_buttons }, \ { "toolbar_show_address", OPTION_BOOL, &option_toolbar_show_address }, \ { "toolbar_show_throbber", OPTION_BOOL, &option_toolbar_show_throbber }, \ -- cgit v1.2.3