macOS: set scrollbar size to .small

pull/9589/head
Daniel Wennberg 2025-11-09 20:39:00 -08:00
parent 5ab23e6493
commit d48f855a48
1 changed files with 1 additions and 0 deletions

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.