Browse Source

JackSettings: Raise extra latency limit to 99999

This was unset, giving it a max of 99
tags/v0.9.0
falkTX 12 years ago
parent
commit
44767321c0
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      resources/ui/settings_jack.ui

+ 6
- 0
resources/ui/settings_jack.ui View File

@@ -1119,6 +1119,9 @@ Also known as buffer size</string>
<property name="toolTip">
<string>Extra input latency (frames)</string>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
</item>
<item row="1" column="0">
@@ -1145,6 +1148,9 @@ Also known as buffer size</string>
<property name="toolTip">
<string>Extra output latency (frames)</string>
</property>
<property name="maximum">
<number>99999</number>
</property>
</widget>
</item>
</layout>


Loading…
Cancel
Save