Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
12663325
Commit
12663325
authored
Jun 24, 2014
by
Sebastian Ramacher
Browse files
Turn advance-pages-per-row on per default
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
b7bba362
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.c
View file @
12663325
...
...
@@ -187,7 +187,7 @@ config_load_default(zathura_t* zathura)
girara_setting_add
(
gsession
,
"scroll-wrap"
,
&
bool_value
,
BOOLEAN
,
false
,
_
(
"Wrap scrolling"
),
NULL
,
NULL
);
bool_value
=
false
;
girara_setting_add
(
gsession
,
"scroll-page-aware"
,
&
bool_value
,
BOOLEAN
,
false
,
_
(
"Page aware scrolling"
),
NULL
,
NULL
);
bool_value
=
fals
e
;
bool_value
=
tru
e
;
girara_setting_add
(
gsession
,
"advance-pages-per-row"
,
&
bool_value
,
BOOLEAN
,
false
,
_
(
"Advance number of pages per row"
),
NULL
,
NULL
);
bool_value
=
false
;
girara_setting_add
(
gsession
,
"zoom-center"
,
&
bool_value
,
BOOLEAN
,
false
,
_
(
"Horizontally centered zoom"
),
NULL
,
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment