File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ - (void) drawLabelAtIndex:(int)index inRect:(NSRect)rect
267
267
PBGitRef *ref = [refs objectAtIndex: index];
268
268
269
269
NSMutableDictionary * attributes = [self attributesForRefLabelSelected: [self isHighlighted ]];
270
- NSBezierPath *border = [NSBezierPath bezierPathWithRoundedRect: rect cornerRadius: 3.0 ];
270
+ NSBezierPath *border = [NSBezierPath bezierPathWithRoundedRect: rect cornerRadius: 2 ];
271
271
[[self colorForRef: ref] set ];
272
272
273
273
Original file line number Diff line number Diff line change 131
131
font-family : -apple-system, "Helvetica Neue" , sans-serif;
132
132
margin-right : 2px ;
133
133
padding : 1px 4px ;
134
- -webkit-border-radius : 3 px ;
134
+ -webkit-border-radius : 2 px ;
135
135
-webkit-box-shadow : 1px 1px 2px # 444 ;
136
136
}
137
137
You can’t perform that action at this time.
0 commit comments