chore(macos): tighten voice wake control widths
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user