Commit 8e62f85
committed
Disable scrollbars in VZ window
The scrollbars interfere with window sizing and cause content to be cut off,
especially on HiDPI displays and newer macOS versions (26.x). The NSScrollView
is still needed for magnification/zoom support, but the scrollbars themselves
are not necessary for normal operation.
Changes:
- Set hasVerticalScroller = NO
- Set hasHorizontalScroller = NO
- Set autohidesScrollers = YES (for any edge cases)
This fixes the issue where the VZ window shows scrollbars that cut off
approximately 16px of content in each direction.1 parent 15b346c commit 8e62f85
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
657 | | - | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
658 | 659 | | |
659 | 660 | | |
660 | 661 | | |
| |||
0 commit comments