macOS: set scrollbar size to .small

This commit is contained in:
Daniel Wennberg
2025-11-09 20:39:00 -08:00
parent 5ab23e6493
commit d48f855a48

View File

@@ -176,6 +176,7 @@ class SurfaceScrollView: NSView {
private func synchronizeAppearance() {
let scrollbarConfig = surfaceView.derivedConfig.scrollbar
scrollView.hasVerticalScroller = scrollbarConfig != .never
scrollView.verticalScroller?.controlSize = .small
}
/// Positions the surface view to fill the currently visible rectangle.