File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
trunk/Bricksmith/Source/Application/General Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ - (void) awakeFromNib
3838NSString *modelPath = nil ;
3939LDrawFile *bumModel = nil ;
4040
41- [self ->mainBackgroundsetBackgroundColor: [NSColor whiteColor ]];
42- [self ->bottomBarsetBackgroundColor: [NSColor colorWithCalibratedWhite: 0.75 alpha: 1.0 ]];
41+ [self ->mainBackgroundsetBackgroundColor: [NSColor underPageBackgroundColor ]];
42+ [self ->bottomBarsetBackgroundColor: [NSColor windowBackgroundColor ]];
4343
4444// Display an LDraw model of a beggar, just to set the tone.
4545modelPath = [[NSBundle mainBundle ] pathForResource: @" Bum" ofType: @" ldr" ];
@@ -124,7 +124,7 @@ - (BOOL) shouldShowDialog
124124{
125125showDonationRequest = NO ;
126126}
127-
127+
128128if (lastNagVersion != bundleVersion)
129129{
130130showDonationRequest = YES ;
You can’t perform that action at this time.
0 commit comments