reduce minimum delay to 25ms

This commit is contained in:
Ethan Lindemann-Michael
2020-05-11 15:42:17 -07:00
parent 8cdf9463b6
commit 1889cced37
4 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ function buildPrefsWidget() {
visible: true
});
let previewDelayAdjustment = new Gtk.Adjustment({
lower: 100,
lower: 25,
upper: 1000,
step_increment: 1
});