mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge pull request #8 from aelmahmoudy/larger_doc_margin
Allow larger document.browse.margin_width
This commit is contained in:
commit
1fecca1a15
@ -472,7 +472,7 @@ static union option_info config_options_info[] = {
|
||||
|
||||
|
||||
INIT_OPT_INT("document.browse", N_("Horizontal text margin"),
|
||||
"margin_width", 0, 0, 9, 3,
|
||||
"margin_width", 0, 0, 100, 3,
|
||||
N_("Horizontal text margin.")),
|
||||
|
||||
INIT_OPT_BOOL("document.browse", N_("Document meta refresh"),
|
||||
|
Loading…
Reference in New Issue
Block a user