mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Make 0 the default.
This commit is contained in:
parent
be719e1ac1
commit
5b390d6b55
@ -476,7 +476,7 @@ static union option_info config_options_info[] = {
|
||||
N_("Horizontal text margin.")),
|
||||
|
||||
INIT_OPT_INT("document.browse", N_("Preferred document width"),
|
||||
"preferred_document_width", 0, 0, 9999, 80,
|
||||
"preferred_document_width", 0, 0, 9999, 0,
|
||||
N_("Try to fit the document within this width. If set to zero,"
|
||||
"use screen width.")),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user