Use message font for the status text in find window

We use it at its default size (13) since this is generally useful short text, I don’t think there is a reason to decrease the size.
This commit is contained in:
Allan Odgaard
2014-09-29 22:49:54 +02:00
parent 11de15ac54
commit 0dd97a738a

View File

@@ -25,7 +25,7 @@ NSButton* OakCreateClickableStatusBar ()
res.alignment = NSLeftTextAlignment;
res.bordered = NO;
res.buttonType = NSToggleButton;
res.font = [NSFont controlContentFontOfSize:[NSFont smallSystemFontSize]];
res.font = [NSFont messageFontOfSize:0];
res.title = @"";
[res setContentCompressionResistancePriority:NSLayoutPriorityDefaultLow forOrientation:NSLayoutConstraintOrientationHorizontal];