On macOS 26, Bitcoin Core’s existing Qt widgets retain the appearance used on earlier macOS releases. This makes text fields, spin boxes, the main toolbar, and the Node window tabs look liquid glass design with the updated system interface. This change applies macOS 26-specific liquid glass styling to these controls. It rounds text and spin boxes, unifies the main title bar and toolbar, and styles the Node window tabs using qt palette colors. The liquid glass styling is enabled only at runtime on macOS 26 or later and is not activated on earlier releases. Spin-box arrows are provided as 1x and 2x png resources to avoid introducing a QtSvg runtime dependency.
Cool note: Not manually tested on macOS versions earlier than 26.