We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd7bd4 + 4a2f851 commit ad721aaCopy full SHA for ad721aa
src/MacVim/MMPreferenceController.m
@@ -26,11 +26,6 @@ - (void)windowDidLoad
26
NSRect frame = generalPreferences.frame;
27
frame.size.height -= sparkleHeight;
28
generalPreferences.frame = frame;
29
- for (NSView *subview in generalPreferences.subviews) {
30
- frame = subview.frame;
31
- frame.origin.y -= sparkleHeight;
32
- subview.frame = frame;
33
- }
34
#endif
35
[super windowDidLoad];
36
0 commit comments