fixes comp output gain resolution

This commit is contained in:
onyx-and-iris 2023-09-28 18:18:26 +01:00
parent d758db9dee
commit 496cc35321

View File

@ -97,7 +97,7 @@ class CompSlider(psg.Slider):
return {
"range": (-24, 24),
"default_value": self.vm.strip[self.index].comp.gainout,
"resolution": 0.01,
"resolution": 0.1,
"disabled": True,
}