Skip to content

Commit 6f2fd12

Browse files
committed
fix: prevent silence duration label wrapping
1 parent 0629ef1 commit 6f2fd12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/VocaMac/Views/SettingsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ struct AudioSettingsTab: View {
13191319
value: silenceDurationBinding,
13201320
format: .number.precision(.fractionLength(0...1))
13211321
)
1322+
.labelsHidden()
13221323
.textFieldStyle(.roundedBorder)
13231324
.multilineTextAlignment(.trailing)
13241325
.monospacedDigit()

0 commit comments

Comments
 (0)