diff options
Diffstat (limited to 'macosx/HBPictureHUDController.m')
-rw-r--r-- | macosx/HBPictureHUDController.m | 5 |
1 files changed, 5 insertions, 0 deletions
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 |