mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user