mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 11:24:57 +03:00
Remove dead special case for gtk status bar width.
svn path=/trunk/netsurf/; revision=10322
This commit is contained in:
parent
c1d0f32875
commit
3c12281565
@ -134,11 +134,7 @@ int option_window_screen_width = 0;
|
||||
/** height of screen when above options were saved */
|
||||
int option_window_screen_height = 0;
|
||||
/** default size of status bar vs. h scroll bar */
|
||||
#ifdef nsgtk
|
||||
int option_toolbar_status_width = 400;
|
||||
#else
|
||||
int option_toolbar_status_width = 6667;
|
||||
#endif
|
||||
/** default window scale */
|
||||
int option_scale = 100;
|
||||
/* Whether to reflow web pages while objects are fetching */
|
||||
|
Loading…
x
Reference in New Issue
Block a user