diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 3355fef2d..000cd6e65 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -90,6 +90,7 @@ class TerminalController: NSWindowController, NSWindowDelegate, ] let attributedString = NSAttributedString(string: " \(equiv) ", attributes: attributes) let text = NSTextField(labelWithAttributedString: attributedString) + text.setContentCompressionResistancePriority(.windowSizeStayPut, for: .horizontal) window.tab.accessoryView = text } }