diff options
author | dynaflash <[email protected]> | 2007-09-16 00:48:42 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-16 00:48:42 +0000 |
commit | ae3318562ae54ad4d01e7a6bbb04cabff10abf0f (patch) | |
tree | 74725a37bc18720cffb89385b264978243210030 /macosx/PictureController.h | |
parent | c46f48bd0a2cd5fac81bd3866b3b3191d9060912 (diff) |
MacGui: Scale > 720 or > 480 Picture Previews and the Picture Settings window to fit to screen.
- Perfect for HD transport streams or any HD source
- If source width is > 720 or source height is > 480, the Picture Settings window will scale appropriately to 85% of either the users screen height or width, whichever it runs into first.
- The scaled size for the preview is displayed in the Picture settings detail at the bottom as a percentage.
- Thanks blindjimmy !!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@965 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 81aff8517..98cf3ddcd 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -24,6 +24,7 @@ IBOutlet NSPanel * fPicturePanel; IBOutlet HBPictureGLView * fPictureGLView; + IBOutlet NSBox * fPictureGLViewArea; IBOutlet NSTextField * fWidthField; IBOutlet NSStepper * fWidthStepper; IBOutlet NSTextField * fHeightField; @@ -80,7 +81,7 @@ - (int) denoise; - (void) setDenoise: (int) setting; -- (void) showPanelInWindow: (NSWindow *) fWindow forTitle:(hb_title_t *)title; +- (void)showPanelInWindow: (NSWindow *)fWindow forTitle: (hb_title_t *)title; - (BOOL) loadMyNibFile; @end |