diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m index 14491e3908..17d12378f4 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.m @@ -13,6 +13,9 @@ @property (nonatomic, weak) IBOutlet NSTextField *versionLabel; @property (nonatomic, weak) IBOutlet NSTextField *copyrightLabel; @property (nonatomic, weak) IBOutlet NSButton *licenseButton; +// not needed at the moment but might be: +@property (nonatomic, weak) IBOutlet NSButton *closeButton; +@property (nonatomic, weak) IBOutlet NSButton *configureButton; @end @implementation KMAboutWindowController diff --git a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib index bfc57e988e..aa06bf959b 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib +++ b/mac/Keyman4MacIM/Keyman4MacIM/KMAboutWindow/KMAboutWindowController.xib @@ -1,8 +1,8 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -41,35 +41,22 @@ - - - + + - + - - - + + + - + @@ -78,29 +65,31 @@