From: Damiano Galassi Date: Sat, 16 Jul 2016 10:02:27 +0000 (+0200) Subject: MacGui: fix the label color of two text labels in the preview HUD on 10.9 and earlier. X-Git-Tag: 1.0.0~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca48f3c89ef65a6a5d06fe453c779964fe69a57;p=handbrake MacGui: fix the label color of two text labels in the preview HUD on 10.9 and earlier. --- diff --git a/macosx/HBPictureHUDController.m b/macosx/HBPictureHUDController.m index 741e6d008..86ccbe3e0 100644 --- a/macosx/HBPictureHUDController.m +++ b/macosx/HBPictureHUDController.m @@ -16,6 +16,9 @@ @property (weak) IBOutlet NSPopUpButton *durationPopUp; @property (weak) IBOutlet NSButton *scaleToScreenButton; +@property (weak) IBOutlet NSTextField *durationLabel; +@property (weak) IBOutlet NSTextField *durationUnitLabel; + @property (nonatomic) BOOL fitToView; @end @@ -35,6 +38,8 @@ { self.scaleLabel.textColor = [NSColor whiteColor]; self.infoLabel.textColor = [NSColor whiteColor]; + self.durationLabel.textColor = [NSColor whiteColor]; + self.durationUnitLabel.textColor = [NSColor whiteColor]; } // we set the preview length popup in seconds diff --git a/macosx/HBPictureHUDController.xib b/macosx/HBPictureHUDController.xib index 900e10e73..22da3ff17 100644 --- a/macosx/HBPictureHUDController.xib +++ b/macosx/HBPictureHUDController.xib @@ -1,13 +1,15 @@ - + - + + + @@ -23,6 +25,7 @@ + @@ -61,6 +67,7 @@ + @@ -69,6 +76,7 @@ + @@ -84,6 +92,7 @@ + @@ -93,6 +102,7 @@ + @@ -101,6 +111,7 @@ + @@ -108,7 +119,7 @@ - +