diff --git a/Apps/Keyty/Sources/Keyty/Support/Bridges/ShortcutRecorder/ShortcutRecorderView.swift b/Apps/Keyty/Sources/Keyty/Support/Bridges/ShortcutRecorder/ShortcutRecorderView.swift index e06023c..7617dcd 100644 --- a/Apps/Keyty/Sources/Keyty/Support/Bridges/ShortcutRecorder/ShortcutRecorderView.swift +++ b/Apps/Keyty/Sources/Keyty/Support/Bridges/ShortcutRecorder/ShortcutRecorderView.swift @@ -14,6 +14,7 @@ struct ShortcutRecorderView: NSViewRepresentable { func makeNSView(context: Context) -> RecorderControl { let recorder = RecorderControl(frame: .zero) + recorder.setContentCompressionResistancePriority(.defaultLow, for: .horizontal) shortcutManager.configureToggleShortcutRecorder(recorder) return recorder }