From 77c876e2897cf4c9cfe205a6768f9fc305df202e Mon Sep 17 00:00:00 2001 From: Randy Boring Date: Thu, 17 Jan 2019 18:56:32 -0600 Subject: [PATCH] manual move of fix for #1529 --- .../KMAboutWindow/KMAboutWindowController.m | 3 + .../KMAboutWindow/KMAboutWindowController.xib | 57 ++++++++++--------- 2 files changed, 33 insertions(+), 27 deletions(-) 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 @@