summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-07-17 08:08:00 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-07-17 08:08:00 +0000
commit68ac9e41b1f13d98b22af4843f8fd43d0c25594a (patch)
treeaee2f9214c6bc3dcd3a9971cd932ecda25d980e3
parent0309e937e6bf13bbea5f1a95721919e0524eeab8 (diff)
downloadnetsurf-68ac9e41b1f13d98b22af4843f8fd43d0c25594a.tar.gz
netsurf-68ac9e41b1f13d98b22af4843f8fd43d0c25594a.tar.bz2
Increase default status bar width to two thirds.
svn path=/trunk/netsurf/; revision=2773
-rw-r--r--riscos/options.h2
1 files changed, 1 insertions, 1 deletions
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; \