Describe the bug
MacVim preferences tab transition makes labels overlap over themselves for a second
To Reproduce
Detailed steps to reproduce the behavior:
- Run
vim --clean (doesn't really matter)
- Open preferences (Cmd-,)
- Switch tabs
you have at least a second to look at this mess
Expected behavior
Transition is fast and smooth, like Safari or Mail, or System Settings (as it was before)
Screenshots

Environment (please complete the following information):
- MacVim 163 from GitHub
- macOS 10.15.4 (19E287)
Additional context
defaults:
$ defaults read org.vim.MacVim | grep 'MM\|SU'
MMAutosaveColumns = 150;
MMAutosaveRows = 59;
MMCurrentPreferencePane = General;
MMRenderer = 1;
MMTitlebarAppearsTransparent = 1;
MMTopLeftPoint = "{1025, 1010}";
"NSWindow Frame SUUpdateAlert" = "530 487 620 392 0 0 1680 1027 ";
SUCheckAtStartup = 1;
SUEnableAutomaticChecks = 1;
SUHasLaunchedBefore = 1;
SULastCheckTime = "2020-04-13 08:12:05 +0000";
SUSendProfileInfo = 0;
SUUpdateGroupIdentifier = 4120494361;
SUUpdateRelaunchingMarker = 0;
Describe the bug
MacVim preferences tab transition makes labels overlap over themselves for a second
To Reproduce
Detailed steps to reproduce the behavior:
vim --clean(doesn't really matter)you have at least a second to look at this mess
Expected behavior
Transition is fast and smooth, like Safari or Mail, or System Settings (as it was before)
Screenshots

Environment (please complete the following information):
Additional context
defaults: