Replace tabs with spaces

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2016-02-26 18:17:51 +01:00
parent bdceb15398
commit 0ad76c07ee

View file

@ -16,144 +16,144 @@ General settings
Defines which auto adjustment mode should be used if a document is Defines which auto adjustment mode should be used if a document is
loaded. Possible options are "best-fit" and "width". loaded. Possible options are "best-fit" and "width".
:type: String :type: String
:default: best-fit :default: best-fit
.. describe:: advance-ds-per-row .. describe:: advance-ds-per-row
Defines if the number of pages per row should be honored when advancing Defines if the number of pages per row should be honored when advancing
a page. a page.
:type: Boolean :type: Boolean
:default: true :default: true
.. describe:: database .. describe:: database
Defines the used database backend. Possible options are 'plain' and Defines the used database backend. Possible options are 'plain' and
'sqlite' 'sqlite'
:type: String :type: String
:default: plain :default: plain
.. describe:: highlight-color .. describe:: highlight-color
Defines the color that is used for highlighting parts of the document Defines the color that is used for highlighting parts of the document
(e.g.: show search results) (e.g.: show search results)
:type: String :type: String
:default: #9FBC00 :default: #9FBC00
.. describe:: highlight-active-color .. describe:: highlight-active-color
Defines the color that is used to show the current selected highlighted Defines the color that is used to show the current selected highlighted
element (e.g: current search result) element (e.g: current search result)
:type: String :type: String
:default: #00BC00 :default: #00BC00
.. describe:: highlight-transparency .. describe:: highlight-transparency
Defines the opacity of a highlighted element Defines the opacity of a highlighted element
:type: Float :type: Float
:default: 0.5 :default: 0.5
.. describe:: page-padding .. describe:: page-padding
The page padding defines the gap in pixels between each rendered page. The page padding defines the gap in pixels between each rendered page.
:type: Integer :type: Integer
:default: 1 :default: 1
.. describe:: page-store-threshold .. describe:: page-store-threshold
Pages that are not visible get unloaded after some time. Every page that Pages that are not visible get unloaded after some time. Every page that
has not been visible for page-store-treshold seconds will be unloaded. has not been visible for page-store-treshold seconds will be unloaded.
:type: Integer :type: Integer
:default: 30 :default: 30
.. describe:: page-store-interval .. describe:: page-store-interval
Defines the amount of seconds between the check to unload invisible Defines the amount of seconds between the check to unload invisible
pages. pages.
:type: Integer :type: Integer
:default: 30 :default: 30
.. describe:: pages-per-row .. describe:: pages-per-row
Defines the number of pages that are rendered next to each other in a Defines the number of pages that are rendered next to each other in a
row. row.
:type: Integer :type: Integer
:default: 1 :default: 1
.. describe:: recolor .. describe:: recolor
En/Disables recoloring En/Disables recoloring
:type: Boolean :type: Boolean
:default: false :default: false
.. describe:: recolor-darkcolor .. describe:: recolor-darkcolor
Defines the color value that is used to represent dark colors in Defines the color value that is used to represent dark colors in
recoloring mode recoloring mode
:type: String :type: String
:default: #FFFFFF :default: #FFFFFF
.. describe:: recolor-lightcolor .. describe:: recolor-lightcolor
Defines the color value that is used to represent light colors in Defines the color value that is used to represent light colors in
recoloring mode recoloring mode
:type: String :type: String
:default: #000000 :default: #000000
.. describe:: render-loading .. describe:: render-loading
Defines if the "Loading..." text should be displayed if a page is Defines if the "Loading..." text should be displayed if a page is
rendered. rendered.
:type: Boolean :type: Boolean
:default: true :default: true
.. describe:: scroll-step .. describe:: scroll-step
Defines the step size of scrolling by calling the scroll command once Defines the step size of scrolling by calling the scroll command once
:type: Float :type: Float
:default: 40 :default: 40
.. describe:: scroll-wrap .. describe:: scroll-wrap
Defines if the last/first page should be wrapped Defines if the last/first page should be wrapped
:type: Boolean :type: Boolean
:default: false :default: false
.. describe:: zoom-max .. describe:: zoom-max
Defines the maximum percentage that the zoom level can be Defines the maximum percentage that the zoom level can be
:type: Integer :type: Integer
:default: 1000 :default: 1000
.. describe:: zoom-min .. describe:: zoom-min
Defines the minimum percentage that the zoom level can be Defines the minimum percentage that the zoom level can be
:type: Integer :type: Integer
:default: 10 :default: 10
.. describe:: zoom-step .. describe:: zoom-step
Defines the amount of percent that is zoomed in or out on each comand. Defines the amount of percent that is zoomed in or out on each comand.
:type: Integer :type: Integer
:default: 10 :default: 10
Girara settings Girara settings
--------------- ---------------