diff options
author | dynaflash <[email protected]> | 2008-12-16 18:57:37 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-12-16 18:57:37 +0000 |
commit | 196e509093c53895656907ad160bd69b83f04507 (patch) | |
tree | e034bbe8d9c8121e766b3b433ee977a658dc0ea5 /macosx/PictureController.h | |
parent | 89b5566c50b3f19c760351845a85c3efa4afe10f (diff) |
MacGui: Increase the height of the Filters box in Picture Settings, was too crowded.
- Add outlets for the Size, Crop and Filters NSBoxes
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2037 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 6c6eef765..91f88b9ed 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -26,6 +26,9 @@ IBOutlet NSImageView * fPictureView; IBOutlet NSBox * fPictureViewArea; + IBOutlet NSBox * fPictureSizeBox; + IBOutlet NSBox * fPictureCropBox; + IBOutlet NSBox * fPictureFilterBox; IBOutlet NSTextField * fWidthField; IBOutlet NSStepper * fWidthStepper; IBOutlet NSTextField * fHeightField; |