X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/97a58d16b59657d99b396a9d7e3ef2eadb357fa8..3b16f08f4e3b0f3b3105f79b12d2f0e0c7564a6e:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 146c1a8..43fdd46 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -104,9 +104,11 @@ } -- (void)showVolumeWindowWithLevel:(int)level +- (void)showVolumeWindowWithLevel:(float)level { - + [_window setImage:[NSImage imageNamed:@"Volume"]]; + [_window setVolume:level]; + [_window appear:self]; } - (void)showRatingWindowWithLevel:(int)level