Skip to content

Commit

Permalink
Update the version number in the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Sep 29, 2018
1 parent 4ff5d97 commit 40430dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SadMac/SadMacView.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (instancetype)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
// This is a bit hacky but it works ...
NSTextField *textField = [[NSTextField alloc] initWithFrame: NSMakeRect(0, (self.bounds.size.height-70)/2, self.bounds.size.width, 70)];
[textField setTextColor: NSColor.whiteColor];
[textField setStringValue:@"Sad Mac Screen Saver 1.0\nStefan Arentz, September 2018\ngithub.com/st3fan/SadMacScreenSaver"];
[textField setStringValue:@"Sad Mac Screen Saver 1.1\nStefan Arentz, September 2018\ngithub.com/st3fan/SadMacScreenSaver"];
[textField setBezeled:NO];
[textField setDrawsBackground:NO];
[textField setEditable:NO];
Expand Down

0 comments on commit 40430dd

Please sign in to comment.