fixed typos in configdata descriptions
This commit is contained in:
parent
acfb3aa26f
commit
0c01d9b61a
@ -106,7 +106,7 @@ backend:
|
|||||||
only supports the fork.
|
only supports the fork.
|
||||||
|
|
||||||
QtWebEngine is Qt's official successor to QtWebKit. It's slightly more
|
QtWebEngine is Qt's official successor to QtWebKit. It's slightly more
|
||||||
resource hungry that QtWebKit and has a couple of missing features in
|
resource hungry than QtWebKit and has a couple of missing features in
|
||||||
qutebrowser, but is generally the preferred choice.
|
qutebrowser, but is generally the preferred choice.
|
||||||
|
|
||||||
This setting requires a restart.
|
This setting requires a restart.
|
||||||
@ -658,7 +658,7 @@ completion.scrollbar.padding:
|
|||||||
type:
|
type:
|
||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
desc: Padding of scrollbar handle in the completion window (in px).
|
desc: Padding of the scrollbar handle in the completion window (in px).
|
||||||
|
|
||||||
completion.timestamp_format:
|
completion.timestamp_format:
|
||||||
type:
|
type:
|
||||||
@ -1549,12 +1549,12 @@ colors.completion.match.fg:
|
|||||||
colors.completion.scrollbar.fg:
|
colors.completion.scrollbar.fg:
|
||||||
default: white
|
default: white
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Color of the scrollbar handle in completion view.
|
desc: Color of the scrollbar handle in the completion view.
|
||||||
|
|
||||||
colors.completion.scrollbar.bg:
|
colors.completion.scrollbar.bg:
|
||||||
default: '#333333'
|
default: '#333333'
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Color of the scrollbar in completion view
|
desc: Color of the scrollbar in the completion view
|
||||||
|
|
||||||
colors.downloads.bar.bg:
|
colors.downloads.bar.bg:
|
||||||
default: black
|
default: black
|
||||||
@ -1653,7 +1653,7 @@ colors.messages.error.border:
|
|||||||
colors.messages.warning.fg:
|
colors.messages.warning.fg:
|
||||||
default: white
|
default: white
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Foreground color a warning message.
|
desc: Foreground color of a warning message.
|
||||||
|
|
||||||
colors.messages.warning.bg:
|
colors.messages.warning.bg:
|
||||||
default: darkorange
|
default: darkorange
|
||||||
@ -1668,7 +1668,7 @@ colors.messages.warning.border:
|
|||||||
colors.messages.info.fg:
|
colors.messages.info.fg:
|
||||||
default: white
|
default: white
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Foreground color an info message.
|
desc: Foreground color of an info message.
|
||||||
|
|
||||||
colors.messages.info.bg:
|
colors.messages.info.bg:
|
||||||
default: black
|
default: black
|
||||||
|
Loading…
Reference in New Issue
Block a user