use 0 and maxint as bounds

This commit is contained in:
AlternateData 2018-03-18 10:06:41 +01:00
parent a52d18b700
commit 62d30fe589

View File

@ -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'."