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
|
||||
type:
|
||||
name: Int
|
||||
minval: -2147483648
|
||||
maxval: 2147483647
|
||||
minval: 0
|
||||
maxval: maxint
|
||||
desc: "Duration (in milliseconds) to show the tab bar before hiding it when
|
||||
tabs.show is set to 'switching'."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user