use 0 and maxint as bounds
This commit is contained in:
parent
a52d18b700
commit
62d30fe589
@ -1327,8 +1327,8 @@ tabs.show_switching_delay:
|
|||||||
default: 800
|
default: 800
|
||||||
type:
|
type:
|
||||||
name: Int
|
name: Int
|
||||||
minval: -2147483648
|
minval: 0
|
||||||
maxval: 2147483647
|
maxval: maxint
|
||||||
desc: "Duration (in milliseconds) to show the tab bar before hiding it when
|
desc: "Duration (in milliseconds) to show the tab bar before hiding it when
|
||||||
tabs.show is set to 'switching'."
|
tabs.show is set to 'switching'."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user