1 parent 731b19c commit 62d285dCopy full SHA for 62d285d
1 file changed
FuzzyAutocomplete/FATextCompletionListHeaderView.m
@@ -69,6 +69,7 @@ - (void)onColumnsResized:(NSNotification *) notification {
69
NSInteger titleColumn = [self.tableView columnWithIdentifier: @"title"];
70
if (titleColumn != -1) {
71
NSRect labelFrame = [self.tableView rectOfColumn: titleColumn];
72
+ labelFrame.origin.x += 1;
73
labelFrame.origin.y = 0;
74
labelFrame.size.height = self.bounds.size.height;
75
labelFrame.size.width = self.bounds.size.width - labelFrame.origin.x;
0 commit comments