chore(macos): tighten voice wake control widths
parent
76559b352b
commit
eeee9625c1
|
|
@ -303,8 +303,8 @@ struct VoiceWakeSettings: View {
|
|||
@State private var availableLocales: [Locale] = []
|
||||
@State private var showForwardAdvanced = false
|
||||
@State private var forwardStatus: ForwardStatus = .idle
|
||||
private let fieldLabelWidth: CGFloat = 140
|
||||
private let controlWidth: CGFloat = 300
|
||||
private let fieldLabelWidth: CGFloat = 130
|
||||
private let controlWidth: CGFloat = 260
|
||||
|
||||
private var voiceWakeBinding: Binding<Bool> {
|
||||
Binding(
|
||||
|
|
|
|||
Loading…
Reference in New Issue