Increase default status bar width to two thirds.

svn path=/trunk/netsurf/; revision=2773
This commit is contained in:
Michael Drake 2006-07-17 08:08:00 +00:00
parent 0309e937e6
commit 68ac9e41b1

View File

@ -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; \