mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Insert a manual reference in the default status bar text.
To guide developers to the resources they need. [actual wording tweaked by SGT]
This commit is contained in:

committed by
Simon Tatham

parent
b94be41445
commit
581becc3aa
2
osx.m
2
osx.m
@ -569,7 +569,7 @@ struct frontend {
|
||||
[status setBezeled:YES];
|
||||
[status setBezelStyle:NSTextFieldSquareBezel];
|
||||
[status setDrawsBackground:YES];
|
||||
[[status cell] setTitle:@""];
|
||||
[[status cell] setTitle:@DEFAULT_STATUSBAR_TEXT];
|
||||
[status sizeToFit];
|
||||
rect2 = [status frame];
|
||||
rect.size.height += rect2.size.height;
|
||||
|
Reference in New Issue
Block a user