Fixed strange whitespace issue. Also, increased bottom border a bit to make it match other status bar heights.
This commit is contained in:
parent
569a3e79cc
commit
477bdbd4ef
2 changed files with 2950 additions and 2897 deletions
|
@ -228,7 +228,7 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
|
|||
- (void)awakeFromNib
|
||||
{
|
||||
[mainWindow setExcludedFromWindowsMenu:YES];
|
||||
[mainWindow setContentBorderThickness:22.0 forEdge:NSMinYEdge];
|
||||
[mainWindow setContentBorderThickness:24.0 forEdge:NSMinYEdge];
|
||||
|
||||
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue