summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-08-29 00:42:30 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-08-29 00:42:30 +0000
commit2fa6c3a7adef734caaed3494e9ac47b1eb9abb7a (patch)
treedfa12717e16497684db1806e39fed3083c1190ca /desktop
parent66d0d78be17e0314bbd631d28e1e8983c79f9b1a (diff)
downloadnetsurf-2fa6c3a7adef734caaed3494e9ac47b1eb9abb7a.tar.gz
netsurf-2fa6c3a7adef734caaed3494e9ac47b1eb9abb7a.tar.bz2
Implement user-defined new window placement in nsgtk
svn path=/trunk/netsurf/; revision=2901
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/options.c b/desktop/options.c
index a8eef2efa..58c9ef24b 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -107,7 +107,7 @@ int option_window_screen_width = 0;
int option_window_screen_height = 0;
/** default size of status bar vs. h scroll bar */
#ifdef nsgtk
-int option_toolbar_status_width = 5;
+int option_toolbar_status_width = 400;
#else
int option_toolbar_status_width = 6667;
#endif