Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GitUp/Application/Document.m
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ - (void)windowControllerDidLoadNib:(NSWindowController*)windowController {
field.backgroundColor = _mainWindow.backgroundColor;
}
}

if (@available(macOS 10.11, *)) {
// Fields have different alignment rects from their bounds starting in 10.11
// and will appear slightly small when laid out just by autoresizing.
Expand Down
Loading