parent
01b29cd640
commit
a6451c05d7
@ -181,7 +181,8 @@ content.cache.size:
|
|||||||
none_ok: true
|
none_ok: true
|
||||||
minval: 0
|
minval: 0
|
||||||
maxval: maxint64
|
maxval: maxint64
|
||||||
desc: Size of the HTTP network cache. Null to use the default value.
|
desc: Size (in bytes) of the HTTP network cache. Null to use the default
|
||||||
|
value.
|
||||||
|
|
||||||
# Defaults from QWebSettings::QWebSettings() in
|
# Defaults from QWebSettings::QWebSettings() in
|
||||||
# qtwebkit/Source/WebKit/qt/Api/qwebsettings.cpp
|
# qtwebkit/Source/WebKit/qt/Api/qwebsettings.cpp
|
||||||
@ -999,7 +1000,7 @@ keyhint.radius:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
default: 6
|
default: 6
|
||||||
desc: Rounding radius for the edges of the keyhint dialog.
|
desc: Rounding radius (in pixels) for the edges of the keyhint dialog.
|
||||||
|
|
||||||
# emacs: '
|
# emacs: '
|
||||||
|
|
||||||
@ -1038,7 +1039,7 @@ prompt.radius:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
default: 8
|
default: 8
|
||||||
desc: Rounding radius for the edges of prompts.
|
desc: Rounding radius (in pixels) for the edges of prompts.
|
||||||
|
|
||||||
## scrolling
|
## scrolling
|
||||||
|
|
||||||
@ -1130,7 +1131,7 @@ statusbar.padding:
|
|||||||
bottom: 1
|
bottom: 1
|
||||||
left: 0
|
left: 0
|
||||||
right: 0
|
right: 0
|
||||||
desc: Padding for the statusbar.
|
desc: Padding (in pixels) for the statusbar.
|
||||||
|
|
||||||
statusbar.position:
|
statusbar.position:
|
||||||
type: VerticalPosition
|
type: VerticalPosition
|
||||||
@ -1188,7 +1189,7 @@ tabs.indicator_padding:
|
|||||||
left: 0
|
left: 0
|
||||||
right: 4
|
right: 4
|
||||||
type: Padding
|
type: Padding
|
||||||
desc: Padding for tab indicators.
|
desc: Padding (in pixels) for tab indicators.
|
||||||
|
|
||||||
tabs.last_close:
|
tabs.last_close:
|
||||||
default: ignore
|
default: ignore
|
||||||
@ -1224,7 +1225,7 @@ tabs.padding:
|
|||||||
left: 5
|
left: 5
|
||||||
right: 5
|
right: 5
|
||||||
type: Padding
|
type: Padding
|
||||||
desc: Padding around text for tabs.
|
desc: Padding (in pixels) around text for tabs.
|
||||||
|
|
||||||
tabs.position:
|
tabs.position:
|
||||||
default: top
|
default: top
|
||||||
@ -1250,8 +1251,8 @@ tabs.show:
|
|||||||
tabs.show_switching_delay:
|
tabs.show_switching_delay:
|
||||||
default: 800
|
default: 800
|
||||||
type: Int
|
type: Int
|
||||||
desc: "Duration to show the tab bar before hiding it when tabs.show is set to
|
desc: "Duration (in milliseconds) to show the tab bar before hiding it when
|
||||||
'switching'."
|
tabs.show is set to 'switching'."
|
||||||
|
|
||||||
tabs.tabs_are_windows:
|
tabs.tabs_are_windows:
|
||||||
default: false
|
default: false
|
||||||
@ -1329,7 +1330,7 @@ tabs.width.indicator:
|
|||||||
type:
|
type:
|
||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
desc: Width of the progress indicator (0 to disable).
|
desc: Width (in pixels) of the progress indicator (0 to disable).
|
||||||
|
|
||||||
tabs.width.pinned:
|
tabs.width.pinned:
|
||||||
deleted: true
|
deleted: true
|
||||||
@ -2014,7 +2015,7 @@ fonts.web.size.default:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 1
|
minval: 1
|
||||||
maxval: maxint
|
maxval: maxint
|
||||||
desc: Default font size for regular text.
|
desc: Default font size (in pixels) for regular text.
|
||||||
|
|
||||||
fonts.web.size.default_fixed:
|
fonts.web.size.default_fixed:
|
||||||
default: 13
|
default: 13
|
||||||
@ -2022,7 +2023,7 @@ fonts.web.size.default_fixed:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 1
|
minval: 1
|
||||||
maxval: maxint
|
maxval: maxint
|
||||||
desc: Default font size for fixed-pitch text.
|
desc: Default font size (in pixels) for fixed-pitch text.
|
||||||
|
|
||||||
fonts.web.size.minimum:
|
fonts.web.size.minimum:
|
||||||
default: 0
|
default: 0
|
||||||
@ -2030,7 +2031,7 @@ fonts.web.size.minimum:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
maxval: maxint
|
maxval: maxint
|
||||||
desc: Hard minimum font size.
|
desc: Hard minimum font size (in pixels).
|
||||||
|
|
||||||
fonts.web.size.minimum_logical:
|
fonts.web.size.minimum_logical:
|
||||||
# This is 0 as default on QtWebKit, and 6 on QtWebEngine - so let's
|
# This is 0 as default on QtWebKit, and 6 on QtWebEngine - so let's
|
||||||
@ -2040,7 +2041,7 @@ fonts.web.size.minimum_logical:
|
|||||||
name: Int
|
name: Int
|
||||||
minval: 0
|
minval: 0
|
||||||
maxval: maxint
|
maxval: maxint
|
||||||
desc: Minimum logical font size that is applied when zooming out.
|
desc: Minimum logical font size (in pixels) that is applied when zooming out.
|
||||||
|
|
||||||
## keybindings
|
## keybindings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user