Skip to content

Commit 2eac1e4

Browse files
author
undecoded-coder
committed
Fix background color of donation screen
1 parent 061492e commit 2eac1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

trunk/Bricksmith/Source/Application/General/DonationDialogController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ - (void) awakeFromNib
3838
NSString *modelPath = nil;
3939
LDrawFile *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.
4545
modelPath = [[NSBundle mainBundle] pathForResource:@"Bum" ofType:@"ldr"];
@@ -124,7 +124,7 @@ - (BOOL) shouldShowDialog
124124
{
125125
showDonationRequest = NO;
126126
}
127-
127+
128128
if(lastNagVersion != bundleVersion)
129129
{
130130
showDonationRequest = YES;

0 commit comments

Comments
 (0)