diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutBGView.m b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutBGView.m index 1139fe33ba..691dc1a6df 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutBGView.m +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutBGView.m @@ -11,7 +11,7 @@ @implementation KMAboutBGView - (void)drawRect:(NSRect)rect { - [[NSColor whiteColor] setFill]; + [[NSColor windowBackgroundColor] setFill]; NSRectFillUsingOperation(rect, NSCompositeSourceOver); } diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib index d358daf35c..c8eeddb0f6 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib @@ -42,21 +42,21 @@ - + - + - - + + - - + + - + @@ -65,31 +65,29 @@